Skip to content

Commit

Permalink
Final nix-based-ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 1, 2023
1 parent f535ee3 commit 8ca4051
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push.yml
Expand Up @@ -8,4 +8,7 @@ jobs:
uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix develop --command npm install && npm run test
- name: Run npm install & build
run: nix develop --command npm install && npm run build
- name: Run tests
run: nix develop --command npm run test

0 comments on commit 8ca4051

Please sign in to comment.