Skip to content

Commit

Permalink
Use text summary
Browse files Browse the repository at this point in the history
  • Loading branch information
spinningarrow committed Apr 25, 2024
1 parent 6969046 commit 1202b7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable

- run: |
- name: Run tests
run: |
nix-shell --command "fish -c '\
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher;\
fisher install jorgebucaran/fishtape;\
make test'" | tee results.tap
- name: Test Summary
uses: test-summary/action@v2
with:
paths: "results.tap"
if: always()
run: |
cat results.tap >> $GITHUB_STEP_SUMMARY

0 comments on commit 1202b7e

Please sign in to comment.