ci: add missing build matrix config for test-playwright-legacy step
This commit is contained in:
parent
d508a786ec
commit
6293e61287
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -226,6 +226,10 @@ jobs:
|
|||
needs: [prepare]
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/ietf-tools/datatracker-app-base:latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
project: [chromium, firefox]
|
||||
|
||||
services:
|
||||
db:
|
||||
|
|
Loading…
Reference in a new issue