Skip to content

Commit b53762b

Browse files
committed
try on push
1 parent 0a738de commit b53762b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: (all packages) Docker Test Env tests
22
on:
3+
34
pull_request_review:
45
types: [submitted]
56
pull_request:
@@ -44,7 +45,7 @@ jobs:
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

0 commit comments

Comments
 (0)