fix: harden phase 8 CI workflow and checks

This commit is contained in:
Eric
2026-03-04 08:04:30 +00:00
committed by copilot-swe-agent[bot]
parent dbbac60c7e
commit 59791932a3
2 changed files with 27 additions and 9 deletions

View File

@@ -7,6 +7,8 @@ on:
jobs:
test:
permissions:
contents: read
strategy:
fail-fast: false
matrix:
@@ -24,4 +26,6 @@ jobs:
- uses: actions/checkout@v4
- uses: bazel-contrib/setup-bazel@0.15.0
- name: Run tests (${{ matrix.phase8_target }})
run: bazel test //tests/...
run: |
echo "Phase 8 target: ${{ matrix.phase8_target }}"
bazel test //tests/...