-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
185ba57
commit 927bc3f
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,14 @@ jobs: | |
with: | ||
go-version: 1.21.5 | ||
|
||
- name: Prepare tparse | ||
run: | | ||
go install github.com/mfridman/tparse@latest | ||
- name: Run tests | ||
uses: robherley/[email protected] | ||
run: | | ||
go test ./... -json -cover | tee ./go-test.out | tparse -all | ||
- name: Add Summary | ||
run: | | ||
tparse -file ./go-test.out -format markdown >> $GITHUB_STEP_SUMMARY |