Skip to content

Commit

Permalink
[#2] Completed publisher page
Browse files Browse the repository at this point in the history
  • Loading branch information
LeikoDmitry committed Nov 23, 2023
1 parent 4ef61c9 commit 27efe46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install project dependencies
run: composer install --prefer-dist && composer dump-autoload
- name: Run doctrine migrations
run: php bin/console doctrine:migrations:diff --env=test --no-interaction && doctrine:migrations:migrate --env=test --no-interaction
run: php bin/console doctrine:migrations:diff --env=test --no-interaction && php bin/console doctrine:migrations:migrate --env=test --no-interaction
- name: Load fixture
run: php bin/console doctrine:fixtures:load --no-interaction --env=test
- name: Run tests and collect coverage
Expand Down

0 comments on commit 27efe46

Please sign in to comment.