Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! wip: switch from hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanregner committed Dec 15, 2024
1 parent 174175e commit a3f09ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
steps:
- uses: actions/checkout@main
- name: nix-fast-build
run: nix-fast-build --flake .#hydraJobs \
--systems "${{ matrix.system }}" \
--eval-workers 4 \
--result-format junit \
run: nix-fast-build --flake .#hydraJobs
--systems "${{ matrix.system }}"
--eval-workers 4
--result-format junit
--result-file report.xml
- name: report
uses: dorny/test-reporter@main
Expand Down

0 comments on commit a3f09ad

Please sign in to comment.