Skip to content

Commit

Permalink
call jest directly
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Jan 9, 2025
1 parent 7c37421 commit 77a5927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run the unit tests
run: |
rm package.json
npx jest -c jest.config.js
npx jest
env:
STADIA_MAPS_API_KEY: ${{ secrets.STADIA_MAPS_API_KEY }}

Expand Down

0 comments on commit 77a5927

Please sign in to comment.