Skip to content

Commit

Permalink
Invalid workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Aug 11, 2024
1 parent 1a652a6 commit e2e14c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,7 @@ jobs:
run: |
# Find all coverage_report.pb files in the current directory and subdirectories
PB_FILES_LIST=($(find . -name "coverage_report.pb" -type f -print0 | xargs -0 -n 1 echo))
# echo "PB FILES: $PB_FILES_LIST"
# PB_FILES_LIST2=$(find . -name "coverage_report.pb" -type f)
echo "PROTO_FILE_PATHS=${PB_FILES_LIST[@]}" >> $GITHUB_ENV
# echo "PROTO_FILE_PATHS: $PROTO_FILE_PATHS"
- name: Set up Bazel
uses: abhinavsingh/setup-bazel@v3
Expand Down

0 comments on commit e2e14c7

Please sign in to comment.