Skip to content

Commit

Permalink
publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
cdmistman committed Oct 12, 2023
1 parent c5b656c commit 8c30b5b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ blocks:
- name: test-suite
commands:
- nix develop -c make generated
- nix develop -c nix shell -c go test ./test-suite
- nix develop -c nix shell -c go run gotest.tools/gotestsum --junitfile ./junit.xml ./test-suite
epilogue:
commands:
- test-results publish junit.xml

- name: lint
dependencies: [ ]
Expand Down

0 comments on commit 8c30b5b

Please sign in to comment.