From e2e14c7ec6f9a9a6236d2b2a74fadb95dd52e9ca Mon Sep 17 00:00:00 2001 From: Rd Date: Sun, 11 Aug 2024 18:56:14 +0530 Subject: [PATCH] Invalid workflow file --- .github/workflows/code_coverage.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index b6daf76107d..0882f4f78a4 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -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