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 5c86908 commit e83c251Copy full SHA for e83c251
.github/actions/skupper-integration-tests/action.yml
@@ -109,7 +109,7 @@ runs:
109
110
- name: Run Skupper integration tests
111
run: |
112
- gotestsum --format=testname -- -p=1 -count=1 -tags=integration -timeout=60m -v ./...
+ gotestsum --format=standard-verbose -- -p=1 -count=1 -tags=integration -timeout=60m -v ./...
113
working-directory: skupper
114
shell: bash
115
env:
0 commit comments