mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Do a "yarn build" in phpunit tests instead of "yarn watch"
This commit is contained in:
parent
587acb70a7
commit
e041012fa1
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 watch
|
||||
run: yarn build
|
||||
|
||||
- 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