Skip to content

Commit

Permalink
op-352 - Add fix for preapere application database
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKostrubiec committed Jul 8, 2024
1 parent 7ee394e commit 4d604e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Prepare test application database
run: |
(cd tests/Application && bin/console doctrine:database:create -vvv)
(cd tests/Application && bin/console doctrine:migrations:migrate -n -vvv -q)
(cd tests/Application && bin/console doctrine:schema:create -vvv)
- name: Prepare test application assets
run: |
Expand Down

0 comments on commit 4d604e9

Please sign in to comment.