diff --git a/.github/actions/skupper-integration-tests/action.yml b/.github/actions/skupper-integration-tests/action.yml index 9d8d8e1df..9f42eb537 100644 --- a/.github/actions/skupper-integration-tests/action.yml +++ b/.github/actions/skupper-integration-tests/action.yml @@ -109,7 +109,7 @@ runs: - name: Run Skupper integration tests run: | - 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 ./... working-directory: skupper shell: bash env: