From f964f4875b8dc5302c8a870db675bbfdd7f4fb18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 25 May 2020 23:41:48 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1b0866c8..cda2283d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: PHP Tests +name: PHPUnit Tests on: push: @@ -79,7 +79,7 @@ jobs: run: yarn install - name: Build frontend - run: yarn build + run: yarn dev - name: Create DB run: php bin/console --env test doctrine:database:create --if-not-exists -n