push test logs to file
This commit is contained in:
parent
5c0ceaf781
commit
bf60df48e5
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -304,7 +304,10 @@ jobs:
|
|||||||
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
|
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
|
||||||
|
|
||||||
- name: one test
|
- name: one test
|
||||||
run: go test -v -run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path
|
run: |
|
||||||
|
go test -v -run '^TestPathUnitSuite/Test_Stuff$' ./pkg/path \
|
||||||
|
2>&1 | tee ./testlog/gotest-unit.log
|
||||||
|
|
||||||
# run the tests
|
# run the tests
|
||||||
# - name: Unit Tests
|
# - name: Unit Tests
|
||||||
# env:
|
# env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user