Skip to content

Commit f829eea

Browse files
committed
ci: run integration test
1 parent 6cb4f4a commit f829eea

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ jobs:
8181
run: |
8282
go test -v -cover ./provider/
8383
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+
8492
lint:
8593
name: Lint
8694
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)