Skip to content

Commit

Permalink
Merge pull request #5 from michielgerritsen/release
Browse files Browse the repository at this point in the history
Enable module and run setup:upgrade
  • Loading branch information
Marvin-Magmodules authored Nov 14, 2022
2 parents abc89fe + b6cb1ee commit 1984223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
- name: Install Mollie and Mollie Multishipping extensions
run: docker exec magento-project-community-edition composer require mollie/magento2:"dev-master as 2.99.99" mollie/magento2-multishipping:@dev -vvv

- name: Enable developer mode
run: docker exec magento-project-community-edition php bin/magento deploy:mode:set developer
- name: Enable modules
run: docker exec magento-project-community-edition bash -c "php bin/magento module:enable Mollie_Payment Mollie_Multishipping && php bin/magento setup:upgrade"

- name: Run tests
run: docker exec magento-project-community-edition bash -c "cd /data/dev/tests/integration/ && /data/vendor/bin/phpunit -c /data/dev/tests/integration/phpunit.xml"

0 comments on commit 1984223

Please sign in to comment.