fix install again

This commit is contained in:
Lendemor 2024-08-23 17:44:00 +02:00
parent f519acee33
commit 21d4526d2c

View File

@ -51,7 +51,7 @@ jobs:
SCREENSHOT_DIR: /tmp/screenshots SCREENSHOT_DIR: /tmp/screenshots
REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }} REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }}
run: | run: |
playwright install --with-deps poetry run playwright install --with-deps
poetry run pytest integration poetry run pytest integration
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
name: Upload failed test screenshots name: Upload failed test screenshots