Skip to content

Commit

Permalink
move to single line nix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 1, 2023
1 parent c4f84d5 commit f535ee3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push.yml
Expand Up @@ -8,6 +8,4 @@ jobs:
uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: |
nix develop --command npm install
nix develop --command npm run test
- run: nix develop --command npm install && npm run test

0 comments on commit f535ee3

Please sign in to comment.