Skip to content

Commit

Permalink
Attempting to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jekabs Aizpurvs committed Aug 27, 2024
1 parent 4846bb5 commit 0c49666
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ jobs:
# Replace <VENDOR> and <MODULE> with the name in your `composer.json`.
- name: Install the extension in Magento
run: docker exec magento-project-community-edition composer require cmdotcom-plugins/magento2-payments:@dev
# This step is optional but good to include in your pipeline.
- name: Run setup:di:compile
run: docker exec magento-project-community-edition php bin/magento setup:di:compile

# # This step is optional but good to include in your pipeline.
# - name: Run setup:di:compile
# run: docker exec magento-project-community-edition php bin/magento setup:di:compile

# I'm not sure why, but this step is required. You might end up with loads and loads of failed tests.
- name: Enable developer mode
Expand Down

0 comments on commit 0c49666

Please sign in to comment.