Skip to content

Commit

Permalink
add ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Apr 28, 2024
1 parent 1d4cf8f commit e00dbff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ jobs:
- uses: actions/cache@v4
with:
path: bazel-disk
key: bazel-disk-${{github.sha}}-coverage
key: bazel-disk-coverage-${{github.sha}}
restore-keys: |
bazel-disk-coverage-
- run: bazel coverage --config ci --combined_report=lcov --instrumentation_filter='src/babylon,-src/babylon/reusable/patch' test:test_any
- run: which bazel
- run: readlink -f /usr/local/bin/bazel
Expand Down

0 comments on commit e00dbff

Please sign in to comment.