fix: Update container condition for e2e tests in workflow

This commit is contained in:
2025-10-27 14:59:44 +01:00
parent b1d50a56e0
commit 8bb5456864

View File

@@ -5,7 +5,7 @@ jobs:
tests:
name: ${{ matrix.target }} tests
runs-on: ubuntu-latest
container: ${{ matrix.target == 'e2e' && 'mcr.microsoft.com/playwright/python:v1.40.0-jammy' || '' }}
container: ${{ matrix.target == 'e2e'}}
env:
DATABASE_DRIVER: postgresql
DATABASE_HOST: postgres