Skip to content

Commit

Permalink
Update test-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhannigan authored Jul 27, 2024
1 parent c54da92 commit 044e300
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
with:
node-version: 18
- name: Install dependencies
run: npm install #npm ci is best practice over npm i
run: cd flake-guard-app && npm install #npm ci is best practice over npm i
- name: Run tests
run: npm test
run: cd flake-guard-app && npm test
- name: Install dependencies
run: cd flake-guard-npm && npm install #npm ci is best practice over npm i
- name: Run tests
run: cd flake-guard-npm && npm test

0 comments on commit 044e300

Please sign in to comment.