Skip to content

Commit c26d3f2

Browse files
pamelafoxjohn0isaac
authored andcommitted
Try on windows
1 parent 1eddb92 commit c26d3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/app-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
run: python3 -m pytest -s -vv --cov --cov-fail-under=85
7777
- name: Run E2E tests with Playwright
7878
id: e2e
79-
if: runner.os != 'Windows'
79+
#if: runner.os != 'Windows'
8080
run: |
8181
playwright install chromium --with-deps
8282
python3 -m pytest tests/e2e.py --tracing=retain-on-failure

0 commit comments

Comments
 (0)