Skip to content

Commit 81b1b56

Browse files
authored
install only the shell for app harness (#5653)
1 parent 54e0727 commit 81b1b56

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/integration_app_harness.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ jobs:
5050
python-version: ${{ matrix.python-version }}
5151
run-uv-sync: true
5252

53+
- name: Install playwright
54+
run: uv run playwright install chromium --only-shell
55+
5356
- name: Run app harness tests
5457
env:
5558
REFLEX_REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }}
56-
run: |
57-
uv run playwright install chromium
58-
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

Comments
 (0)