Skip to content

Commit

Permalink
Fixed mistake in calling Doctrine schema command
Browse files Browse the repository at this point in the history
  • Loading branch information
chartjes committed Dec 3, 2019
1 parent 745abc5 commit ef889e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
yarn run production
- name: Verify Doctrine mappings and schemas
run: |
bin/console doctrine:schema:update --force --env=tesing
bin/console doctrine:schema:update --force --env=testing
bin/console doctrine:schema:validate --env=testing
- name: Run tests
run: |
Expand Down

0 comments on commit ef889e1

Please sign in to comment.