Skip to content

Commit

Permalink
ci: add step to install node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
21CSM committed Sep 21, 2024
1 parent a899379 commit 68fd158
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Run Nix Flake Checks
run: |
nix flake check
- name: Install Dependencies
run: |
nix develop -c pnpm install
- name: Run Unit Tests
run: |
nix develop -c pnpm run test:unit

0 comments on commit 68fd158

Please sign in to comment.