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 8f791fc commit 8f0903dCopy full SHA for 8f0903d
.github/workflows/ci.yaml
@@ -223,11 +223,6 @@ jobs:
223
steps:
224
- uses: actions/checkout@v3
225
226
- - uses: buildjet/setup-go@v4
227
- with:
228
- cache: false
229
- go-version: ${{ env.CODER_GO_VERSION }}
230
-
231
- uses: ./.github/actions/setup-go
232
233
- uses: hashicorp/setup-terraform@v2
@@ -457,8 +452,7 @@ jobs:
457
452
458
453
459
454
460
- - name: Install node_modules
461
- run: ./scripts/yarn_install.sh
455
+ - uses: ./.github/actions/setup-node
462
456
463
- run: yarn test:ci --max-workers $(nproc)
464
working-directory: site
0 commit comments