Skip to content

Commit 2093fd9

Browse files
committed
Disable Windows
1 parent 0cf5e35 commit 2093fd9

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)