ci: print logs instead of paths

This commit is contained in:
eric
2026-03-15 12:06:28 +01:00
parent 65404a1883
commit 08f2abc60e
3 changed files with 8 additions and 7 deletions

View File

@@ -5,4 +5,4 @@ workflow_file="$1"
grep -Fq './tests/ci_test/phase8_ci_targets.sh "${{ matrix.phase8_target }}"' "${workflow_file}"
grep -Fq 'targets="$(./tests/ci_test/phase8_ci_targets.sh "${{ matrix.phase8_target }}")"' "${workflow_file}"
grep -Fq 'bazel test ${targets}' "${workflow_file}"
grep -Fq 'bazel test --test_output=errors ${targets}' "${workflow_file}"