mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-22 12:15:32 +00:00
ci: phpunit needs frontend to be ready
This commit is contained in:
parent
afd736882e
commit
7a2f3531fa
2
.github/workflows/lint-and-tests.yml
vendored
2
.github/workflows/lint-and-tests.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user