diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c64338d..eff01ceb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,17 +25,17 @@ jobs: fail-fast: false steps: - uses: actions/checkout@main - - name: nix-fast-build + - name: Run nix-fast-build run: nix-fast-build --flake .#hydraJobs --systems "${{ matrix.system }}" --eval-workers 4 --result-format junit --result-file report.xml --no-nom - - name: report + - name: Generate build report uses: dorny/test-reporter@main if: success() || failure() with: name: Build Repoprt - path: reports/report.xml + path: report.xml reporter: jest-junit