mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-07 16:27:27 +00:00
Fixed readme
This commit is contained in:
parent
3e91a15d55
commit
5472be5c71
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
- name: Run tests
|
||||
run: |
|
||||
set -euo pipefail
|
||||
go test -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
|
||||
go test -json -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
|
||||
|
||||
# Upload the original go test log as an artifact for later review.
|
||||
- name: Upload test log
|
||||
|
|
|
|||
Loading…
Reference in a new issue