From cd91678ea2b22501bb2e476a66887ab54fa1d0fe Mon Sep 17 00:00:00 2001 From: Mira Leung Date: Thu, 17 Jun 2021 14:18:58 -0700 Subject: [PATCH] chore(ci): Fix GitHub CI --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 255466834a..42e6dec649 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: