Skip to content

Commit 0f99640

Browse files
committed
manual install
1 parent bf95b01 commit 0f99640

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,13 @@ jobs:
2929
echo "Please format Go code by running: go fmt ./..."
3030
exit 1
3131
fi
32+
- name: Install tparse
33+
run: |
34+
curl -L -o tparse https://github.com/mfridman/tparse/releases/latest/download/tparse_linux_x86_64
35+
chmod +x tparse
36+
mv tparse $HOME/.local/bin/
3237
- name: Build
3338
run: |
34-
go install github.com/mfridman/tparse@latest
3539
go vet ./...
3640
go test -v -race -count=1 -json -cover ./... | tee output.json | tparse -follow -notests || true
3741
tparse -format markdown -file output.json -all > $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)