mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-05-14 21:05:54 +00:00
Issue haveyoudebuggedit/gotestfmt#8: JSON support (#1)
This commit is contained in:
parent
5bb352227d
commit
3e91a15d55
3 changed files with 6 additions and 6 deletions
6
.github/workflows/selftest.yml
vendored
6
.github/workflows/selftest.yml
vendored
|
|
@ -7,17 +7,17 @@ jobs:
|
|||
name: Self-test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install gotestfmt
|
||||
uses: haveyoudebuggedit/gotestfmt-action@main
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Install gotestfmt
|
||||
uses: ./
|
||||
- name: Run gotestfmt
|
||||
working-directory: testdata
|
||||
run: go test -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
|
||||
run: go test -json -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
|
||||
- name: Upload test log
|
||||
uses: actions/upload-artifact@v2
|
||||
if: always()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue