diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 133dbb66b..75ab57caf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,11 +25,6 @@ jobs: # this step. - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: ./github-actions/npm/checkout-and-setup-node - - uses: ./github-actions/bazel/setup - - uses: ./github-actions/bazel/configure-remote - with: - trusted_build: true - google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - run: yarn install --immutable - name: Confirm code builds with typescript as expected run: yarn tsc -p tsconfig.json @@ -46,7 +41,6 @@ jobs: - uses: ./github-actions/bazel/setup - uses: ./github-actions/bazel/configure-remote with: - trusted_build: true google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }} - run: yarn install --immutable - run: yarn bazel test -- //...