fix: Update container configuration for test jobs to use specific Playwright image
Some checks failed
Run Tests / e2e tests (push) Failing after 1m26s
Run Tests / lint tests (push) Failing after 2s
Run Tests / unit tests (push) Failing after 2s

This commit is contained in:
2025-10-27 15:29:05 +01:00
parent 573e255769
commit 2f5306b793

View File

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