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