Update tests.yml

This commit is contained in:
Jan Böhmer 2020-05-25 23:41:48 +02:00 committed by GitHub
parent 15d3bdd215
commit f964f4875b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: PHP Tests name: PHPUnit Tests
on: on:
push: push:
@ -79,7 +79,7 @@ jobs:
run: yarn install run: yarn install
- name: Build frontend - name: Build frontend
run: yarn build run: yarn dev
- 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