fix: harden phase 8 CI workflow and checks
This commit is contained in:
committed by
copilot-swe-agent[bot]
parent
dbbac60c7e
commit
59791932a3
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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/...
|
||||
|
||||
Reference in New Issue
Block a user