Do a "yarn build" in phpunit tests instead of "yarn watch"

This commit is contained in:
Jan Böhmer 2022-07-25 22:19:44 +02:00
parent 587acb70a7
commit e041012fa1

View file

@ -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