Skip to content

Commit e83c251

Browse files
committed
standard-verbose
1 parent 5c86908 commit e83c251

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/skupper-integration-tests

1 file changed

+1
-1
lines changed

.github/actions/skupper-integration-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ runs:
109109

110110
- name: Run Skupper integration tests
111111
run: |
112-
gotestsum --format=testname -- -p=1 -count=1 -tags=integration -timeout=60m -v ./...
112+
gotestsum --format=standard-verbose -- -p=1 -count=1 -tags=integration -timeout=60m -v ./...
113113
working-directory: skupper
114114
shell: bash
115115
env:

0 commit comments

Comments
 (0)