Skip to content

Commit

Permalink
fix: update npm test for client
Browse files Browse the repository at this point in the history
  • Loading branch information
mkusztal committed Nov 17, 2024
1 parent d55c599 commit ac5400c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: npm run lint

- name: Run Jest tests
run: cd client && npm test
run: cd client && npm test -- --passWithNoTests

- name: Build React app
run: cd client && npm run build
Expand Down

0 comments on commit ac5400c

Please sign in to comment.