File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11name : (all packages) Docker Test Env tests
22on :
3+
34 pull_request_review :
45 types : [submitted]
56 pull_request :
4445 set -euo pipefail
4546 # disabled, because we want to use a multiline output of go list command
4647 # shellcheck disable=SC2046
47- go test -timeout 20m -json -parallel 2 -cover -covermode=atomic -coverprofile=unit-test-coverage.out $(go list ./... | grep /docker/test_env) -run '${{ matrix.test.tests }}' 2>&1 | tee /tmp/gotest.log | ../gotestloghelper -ci
48+ go test -v - timeout 20m -json -parallel 2 -cover -covermode=atomic -coverprofile=unit-test-coverage.out $(go list ./... | grep /docker/test_env) -run '${{ matrix.test.tests }}' 2>&1 | tee /tmp/gotest.log | ../gotestloghelper -ci
4849 - name : Publish Artifacts
4950 if : failure()
5051 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments