Skip to content

Commit 772f4c7

Browse files
committed
move to build stage
1 parent f829eea commit 772f4c7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ jobs:
3636
run: |
3737
go build -v .
3838
39+
- name: Run integration test
40+
timeout-minutes: 10
41+
env:
42+
CODER_IMAGE: "ghcr.io/coder/coder"
43+
CODER_VERSION: "latest"
44+
run: |
45+
go test -v ./integration
46+
3947
# run acceptance tests in a matrix with Terraform core versions
4048
test:
4149
name: Matrix Test
@@ -81,14 +89,6 @@ jobs:
8189
run: |
8290
go test -v -cover ./provider/
8391
84-
- name: Run integration test
85-
timeout-minutes: 10
86-
env:
87-
CODER_IMAGE: "ghcr.io/coder/coder"
88-
CODER_VERSION: "latest"
89-
run: |
90-
go test -v ./integration
91-
9292
lint:
9393
name: Lint
9494
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)