Skip to content

Commit 6e5ac16

Browse files
John AzizJohn Aziz
John Aziz
authored and
John Aziz
committed
attempt for fixing the path
1 parent 6446800 commit 6e5ac16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@ jobs:
4242
npm install
4343
npm run build
4444
- name: Run E2E tests on Windows with Playwright
45-
shell: bash
4645
run: |
47-
export PLAYWRIGHT_BROWSERS_PATH="$HOME\AppData\Local\ms-playwright"
46+
set PLAYWRIGHT_BROWSERS_PATH=%USERPROFILE%\AppData\Local\ms-playwright
4847
playwright install chromium --with-deps
4948
python3 -m pytest tests/e2e.py --tracing=retain-on-failure
5049
- name: Upload test artifacts

0 commit comments

Comments
 (0)