Skip to content

Commit

Permalink
test: run GitHub actions for tests under pure Nix shell
Browse files Browse the repository at this point in the history
  • Loading branch information
vst committed Apr 15, 2024
1 parent 8dc9ad4 commit d30eabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: "Check Application"
run: |
nix-shell --run "dev-test-build"
nix-shell --pure --run "dev-test-build"
- name: "Check Website"
run: |
nix-shell --run "cd website && npm install && npm run check"
nix-shell --pure --run "cd website && npm install && npm run check"

0 comments on commit d30eabc

Please sign in to comment.