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 ecdbbc2 commit 615afb0Copy full SHA for 615afb0
.github/workflows/integration-tests.yaml
@@ -30,4 +30,6 @@ jobs:
30
kubectl nginx-supportpkg -v
31
32
- name: Run tests
33
- run: go test ./tests -v
+ run: |
34
+ cd project
35
+ go test ./tests -v
0 commit comments