Skip to content

Commit

Permalink
Write output to step summary
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jul 31, 2024
1 parent d495fce commit d739d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Run nvim chechhealth
run: |
nix build .#checks.x86_64-linux.health
cat result
tee "$GITHUB_STEP_SUMMARY" <result
- name: Run nvim startuptime
run: |
nix build .#checks.x86_64-linux.startuptime
cat result
tee "$GITHUB_STEP_SUMMARY" <result

0 comments on commit d739d64

Please sign in to comment.