File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,14 @@ jobs:
4747 python-version : ${{ matrix.python-version }}
4848 run-poetry-install : true
4949 create-venv-at-path : .venv
50- - run : poetry run uv pip install pyvirtualdisplay pillow pytest-split
50+ - run : poetry run uv pip install pyvirtualdisplay pillow pytest-split pytest-retry
5151 - name : Run app harness tests
5252 env :
5353 SCREENSHOT_DIR : /tmp/screenshots/${{ matrix.state_manager }}/${{ matrix.python-version }}/${{ matrix.split_index }}
5454 REDIS_URL : ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }}
5555 run : |
5656 poetry run playwright install chromium
57- poetry run pytest tests/integration --splits 2 --group ${{matrix.split_index}}
57+ poetry run pytest tests/integration --retries 3 --maxfail=5 -- splits 2 --group ${{matrix.split_index}}
5858 - uses : actions/upload-artifact@v4
5959 name : Upload failed test screenshots
6060 if : always()
You can’t perform that action at this time.
0 commit comments