We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c0efe commit 1ed317cCopy full SHA for 1ed317c
.github/workflows/ci.yml
@@ -28,7 +28,6 @@ jobs:
28
- uses: ./github-actions/bazel/setup
29
- uses: ./github-actions/bazel/configure-remote
30
with:
31
- trusted_build: true
32
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
33
- run: yarn install --immutable
34
- name: Confirm code builds with typescript as expected
@@ -46,7 +45,6 @@ jobs:
46
45
47
48
49
50
51
52
- run: yarn bazel test -- //...
0 commit comments