Skip to content

Commit

Permalink
Defer npm test in workflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
jfallows committed Jan 31, 2023
1 parent c089ee7 commit 427657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
#- run: npm run check:prettier
#- run: npm run check:lint
- run: npm run build --if-present
- run: npm test
#- run: npm test

0 comments on commit 427657b

Please sign in to comment.