Fixed typo in github workflow.

This commit is contained in:
Jan Böhmer 2020-07-06 21:51:13 +02:00
parent 7300a3d9b5
commit 1a39d80688

View file

@ -88,7 +88,7 @@ jobs:
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
- name: Do migrations - name: Do migrations
run: php bin/console --env tes doctrine:migrations:migrate -n run: php bin/console --env test doctrine:migrations:migrate -n
- name: Load fixtures - name: Load fixtures
run: php bin/console --env test doctrine:fixtures:load -n run: php bin/console --env test doctrine:fixtures:load -n