Skip to content

Commit

Permalink
Remove install
Browse files Browse the repository at this point in the history
  • Loading branch information
xvilo committed Jul 10, 2023
1 parent 02eac9b commit 0bf712e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ jobs:

- name: Run Migration
run: |
composer require --dev symfony/orm-pack
php bin/console doctrine:migrations:migrate"
php bin/console messenger:setup-transports"
php bin/console doctrine:migrations:migrate
php bin/console messenger:setup-transports
env:
DATABASE_URL: postgres://postgres:[email protected]:${{ job.services.postgres.ports[5432] }}/postgres?charset=UTF-8

Expand Down

0 comments on commit 0bf712e

Please sign in to comment.