From e041012fa1d50b5d886cab194821ad7e3530ff5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 25 Jul 2022 22:19:44 +0200 Subject: [PATCH] Do a "yarn build" in phpunit tests instead of "yarn watch" --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dc5dd4df..5a37dd50 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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