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:
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