Commit 7d61d815 authored by tom's avatar tom

fix path to pw

parent fbaf9a86
......@@ -132,7 +132,7 @@ jobs:
run: yarn --frozen-lockfile --offline
- name: Run PlayWright
run: HOME=/root ./playwright/make-envs-script.sh && NODE_OPTIONS=\"--max-old-space-size=4096\" playwright test -c playwright-ct.config.ts --project=${{ matrix.project }}
run: HOME=/root ./playwright/make-envs-script.sh && NODE_OPTIONS=\"--max-old-space-size=4096\" ./node_modules/.bin/playwright test -c ./playwright-ct.config.ts --project=${{ matrix.project }}
- name: Upload test results
if: always()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment