File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 38
38
run : |
39
39
go build -v .
40
40
41
+ - name : Run integration test (devel)
42
+ timeout-minutes : 10
43
+ env :
44
+ CODER_IMAGE : " ghcr.io/coder/coder-preview"
45
+ CODER_VERSION : " latest"
46
+ run : |
47
+ go test -v ./integration
48
+
41
49
- name : Run integration test (mainline)
42
50
timeout-minutes : 10
43
51
env :
54
62
source <(go run ./scripts/coderversion)
55
63
CODER_VERSION="${CODER_STABLE_VERSION}" go test -v ./integration
56
64
65
+ - name : Run integration test (oldstable)
66
+ timeout-minutes : 10
67
+ env :
68
+ CODER_IMAGE : " ghcr.io/coder/coder"
69
+ run : |
70
+ source <(go run ./scripts/coderversion)
71
+ CODER_VERSION="${CODER_OLDSTABLE_VERSION}" go test -v ./integration
72
+
57
73
# run acceptance tests in a matrix with Terraform core versions
58
74
test :
59
75
name : Matrix Test
You can’t perform that action at this time.
0 commit comments