Skip to content

Commit

Permalink
fix(CI): fix path for npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
650elx committed Apr 23, 2024
1 parent e4df8ee commit c3cd296
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
- uses: actions/setup-node@v3
- name: Install wait-port
run: |
mkdir ~/.npm-global
npm config set prefix '~/.npm-global'
export PATH=~/.npm-global/bin:$PATH
npm install -g wait-port
- name: Test E2E with Pytest and Wiremock
Expand Down

0 comments on commit c3cd296

Please sign in to comment.