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 54e0727 commit 81b1b56Copy full SHA for 81b1b56
.github/workflows/integration_app_harness.yml
@@ -50,9 +50,10 @@ jobs:
50
python-version: ${{ matrix.python-version }}
51
run-uv-sync: true
52
53
+ - name: Install playwright
54
+ run: uv run playwright install chromium --only-shell
55
+
56
- name: Run app harness tests
57
env:
58
REFLEX_REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }}
- run: |
- uv run playwright install chromium
- uv run pytest tests/integration --retries 3 -v --maxfail=5 --splits 2 --group ${{matrix.split_index}}
59
+ run: uv run pytest tests/integration --retries 3 -v --maxfail=5 --splits 2 --group ${{matrix.split_index}}
0 commit comments