Skip to content

Commit

Permalink
chore(ci): Fix GitHub CI (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
miraleung authored Jun 17, 2021
1 parent acf7765 commit 705b3b1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ jobs:
# TODO(miraleung): Change this to //test/integration/... after the monolith rule removal.
run: 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

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

run: bazel --batch test //test/integration/...

- uses: actions/upload-artifact@v2
if: ${{ failure() }}
with:
Expand Down

0 comments on commit 705b3b1

Please sign in to comment.