fix: Update container configuration for test jobs to use specific Playwright image
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user