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 f829eea commit 772f4c7Copy full SHA for 772f4c7
.github/workflows/test.yml
@@ -36,6 +36,14 @@ jobs:
36
run: |
37
go build -v .
38
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
+
47
# run acceptance tests in a matrix with Terraform core versions
48
test:
49
name: Matrix Test
@@ -81,14 +89,6 @@ jobs:
81
89
82
90
go test -v -cover ./provider/
83
91
84
- - name: Run integration test
85
- timeout-minutes: 10
86
- env:
87
- CODER_IMAGE: "ghcr.io/coder/coder"
88
- CODER_VERSION: "latest"
- run: |
- go test -v ./integration
-
92
lint:
93
name: Lint
94
runs-on: ubuntu-latest
0 commit comments