Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit b0a3e61

Browse files
committed
fix: simplify integration test targets in CI
1 parent f2db018 commit b0a3e61

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ jobs:
4949
run: bazel --batch test $(bazel query "//src/test/..." | grep "Test$") --noshow_progress --test_output=errors
5050

5151
- name: Integration Tests
52-
run: |
53-
bazel --batch test //test/integration:asset //test/integration:compute //test/integration:credentials //test/integration:iam //test/integration:kms //test/integration:logging //test/integration:pubsub //test/integration:redis //test/integration:library --noshow_progress
52+
run: bazel --batch test //test/integration/...
5453

5554
- uses: actions/upload-artifact@v2
5655
if: ${{ failure() }}

0 commit comments

Comments
 (0)