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 d42971f commit e3c0efeCopy full SHA for e3c0efe
.github/workflows/ci.yml
@@ -29,6 +29,7 @@ jobs:
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
35
run: yarn tsc -p tsconfig.json
@@ -46,6 +47,7 @@ jobs:
46
47
48
49
50
51
52
- run: yarn bazel test -- //...
53
0 commit comments