Skip to content

Commit

Permalink
add path before npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
csmig committed Feb 27, 2025
1 parent ad446ee commit 6acdcad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-state-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: which node; which docker; which python3
- name: Run tests
working-directory: ./test/state
run: npm test
run: PATH=/usr/local/bin:/usr/bin npm test
- name: Upload mocha test report
id: artifact-upload-mocha
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6acdcad

Please sign in to comment.