Skip to content

Commit

Permalink
fix(ci): run nixos test
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed Jan 15, 2025
1 parent 409e031 commit 0a1807f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: Build ${{ matrix.build.key }}
run: nix -L --accept-flake-config run github:${{ github.repository }}/${{ github.event.pull_request.head.sha || github.sha }}#${{ matrix.build.type }}.${{ matrix.build.arch }}.${{ matrix.build.key }} --no-update-lock-file
run: nix -L --accept-flake-config run github:${{ github.repository }}/${{ github.event.pull_request.head.sha || github.sha }}#${{ matrix.build.type }}.${{ matrix.build.arch }}.${{ matrix.build.key }}.driver --no-update-lock-file

check-nixos-search:
name: Check readiness for nixos-search
Expand Down

0 comments on commit 0a1807f

Please sign in to comment.