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:
Jan Böhmer 2022-07-25 22:18:55 +02:00
parent de1f5b29d6
commit 587acb70a7

View file

@ -94,7 +94,7 @@ jobs:
run: yarn install run: yarn install
- name: Build frontend - name: Build frontend
run: yarn dev run: yarn watch
- name: Create DB - name: Create DB
run: php bin/console --env test doctrine:database:create --if-not-exists -n run: php bin/console --env test doctrine:database:create --if-not-exists -n