mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Do a "yarn build" in phpunit tests instead of "yarn watch"
Yarn watch starts an server which never ends the process.
This commit is contained in:
parent
de1f5b29d6
commit
587acb70a7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -94,7 +94,7 @@ jobs:
|
|||
run: yarn install
|
||||
|
||||
- name: Build frontend
|
||||
run: yarn dev
|
||||
run: yarn watch
|
||||
|
||||
- name: Create DB
|
||||
run: php bin/console --env test doctrine:database:create --if-not-exists -n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue