fix: Update container condition for e2e tests in workflow
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' && 'mcr.microsoft.com/playwright/python:v1.40.0-jammy' || '' }}
|
container: ${{ matrix.target == 'e2e'}}
|
||||||
env:
|
env:
|
||||||
DATABASE_DRIVER: postgresql
|
DATABASE_DRIVER: postgresql
|
||||||
DATABASE_HOST: postgres
|
DATABASE_HOST: postgres
|
||||||
|
|||||||
Reference in New Issue
Block a user