Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,8 @@ jobs:
env:
BAZEL_VERSION: 3.5.0
BAZEL_BINARY: bazel_3.5.0-linux-x86_64.deb
# Temporarily disable integration tests due to a circular Bazel rule dependency.
# TODO(miraleung): Uncomment these once the monolith is gone from googleapis.
#- name: Integration Tests
#run: bazel test tests/integration:asset tests/integration:credentials tests/integration:logging tests/integration:redis
- name: Integration Tests
run: bazel test tests/integration:asset tests/integration:credentials tests/integration:logging tests/integration:redis

style-check:
runs-on: ubuntu-latest
Expand Down