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:
name: Tests
runs-on: ubuntu-latest
needs: [ php-setup, cs-fixer, phpstan ]
needs: [ php-setup, cs-fixer, phpstan, eslint ]
services:
postgres:
image: postgres