Skip to content

Commit 8f0903d

Browse files
committed
merge main into dean/skip-tests-fe-be
1 parent 8f791fc commit 8f0903d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,6 @@ jobs:
223223
steps:
224224
- uses: actions/checkout@v3
225225

226-
- uses: buildjet/setup-go@v4
227-
with:
228-
cache: false
229-
go-version: ${{ env.CODER_GO_VERSION }}
230-
231226
- uses: ./.github/actions/setup-go
232227

233228
- uses: hashicorp/setup-terraform@v2
@@ -457,8 +452,7 @@ jobs:
457452
steps:
458453
- uses: actions/checkout@v3
459454

460-
- name: Install node_modules
461-
run: ./scripts/yarn_install.sh
455+
- uses: ./.github/actions/setup-node
462456

463457
- run: yarn test:ci --max-workers $(nproc)
464458
working-directory: site

0 commit comments

Comments
 (0)