ci: phpunit needs frontend to be ready

This commit is contained in:
Maël Gangloff
2025-10-16 02:39:00 +02:00
parent afd736882e
commit 7a2f3531fa

View File

@@ -101,7 +101,7 @@ jobs:
tests: tests:
name: Tests name: Tests
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [ php-setup, cs-fixer, phpstan ] needs: [ php-setup, cs-fixer, phpstan, eslint ]
services: services:
postgres: postgres:
image: postgres image: postgres