mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-22 15:41:46 +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
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
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.
|
# Upload the original go test log as an artifact for later review.
|
||||||
- name: Upload test log
|
- name: Upload test log
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue