Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mykola-mokhnach committed Oct 16, 2024
1 parent 71888a7 commit 7ddb384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/functional-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
check-latest: true
- run: npm install
- run: |
export PATH="${PATH}:python${PYTHON_VERSION} -c 'import site; print(site.USER_BASE)')/bin"
export PATH="${PATH}:$(python${PYTHON_VERSION} -c 'import site; print(site.USER_BASE)')/bin"
_FORCE_LOGS=1 npm run e2e-test

0 comments on commit 7ddb384

Please sign in to comment.