Skip to content

Commit

Permalink
use different syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
adhami3310 committed Nov 6, 2024
1 parent e4796c3 commit 9126751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_app_harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
state_manager: ["redis", "memory"]
split_index: [0, 1]
split_index: [1, 2]
python-version: ["3.11.5", "3.12.0"]
runs-on: ubuntu-22.04
services:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }}
run: |
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
name: Upload failed test screenshots
if: always()
Expand Down

0 comments on commit 9126751

Please sign in to comment.