use different syntax
This commit is contained in:
parent
e4796c3cf0
commit
9126751bd9
@ -23,7 +23,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
state_manager: ["redis", "memory"]
|
state_manager: ["redis", "memory"]
|
||||||
split_index: [0, 1]
|
split_index: [1, 2]
|
||||||
python-version: ["3.11.5", "3.12.0"]
|
python-version: ["3.11.5", "3.12.0"]
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
services:
|
services:
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }}
|
REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }}
|
||||||
run: |
|
run: |
|
||||||
poetry run playwright install --with-deps
|
poetry run playwright install --with-deps
|
||||||
poetry run pytest tests/integration --split-index=${{matrix.split_index}} --split-total=2
|
poetry run pytest tests/integration --splits 2 --group ${{matrix.split_index}}
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
name: Upload failed test screenshots
|
name: Upload failed test screenshots
|
||||||
if: always()
|
if: always()
|
||||||
|
Loading…
Reference in New Issue
Block a user