Skip to content

Commit 615afb0

Browse files
committed
feat: add integration tests
1 parent ecdbbc2 commit 615afb0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,6 @@ jobs:
3030
kubectl nginx-supportpkg -v
3131
3232
- name: Run tests
33-
run: go test ./tests -v
33+
run: |
34+
cd project
35+
go test ./tests -v

0 commit comments

Comments
 (0)