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 41117f9 commit dec746fCopy full SHA for dec746f
.github/actions/skupper-integration-tests/action.yml
@@ -88,10 +88,10 @@ runs:
88
89
- name: Run Skupper integration tests
90
run: |
91
- export PUBLIC_1_INGRESS_HOST=10.0.1.1
92
- export QDROUTERD_IMAGE=localhost:32000/skupper-router:registry
+ #export PUBLIC_1_INGRESS_HOST=10.0.1.1
+ #export QDROUTERD_IMAGE=localhost:32000/skupper-router:registry
93
94
- go test -tags=integration -timeout=60m -v ./test/integration/...
+ go test -p=1 -tags=integration -timeout=60m -v ./test/integration/...
95
working-directory: skupper
96
shell: bash
97
0 commit comments