We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d6abfd commit 5c708e0Copy full SHA for 5c708e0
.github/workflows/app-tests.yaml
@@ -76,7 +76,7 @@ jobs:
76
run: python3 -m pytest -s -vv --cov --cov-fail-under=85
77
- name: Run E2E tests with Playwright
78
id: e2e
79
- if: runner.os != 'Windows'
+ #if: runner.os != 'Windows'
80
run: |
81
playwright install chromium --with-deps
82
python3 -m pytest tests/e2e.py --tracing=retain-on-failure
0 commit comments