fix: Update container condition for e2e tests in workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user