Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jekabs Aizpurvs committed Aug 27, 2024
1 parent 649e423 commit 6e342be
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ jobs:
- name: Upload our code into the docker container
run: docker cp $(pwd) magento-project-community-edition:/data/extensions/

# Debug stuff
- name: Debug
run: docker exec magento-project-community-edition cat composer.json

# Debug stuff 2
- name: Debug2
run: docker exec magento-project-community-edition ls && cd extensions && ls && cd ..

# 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
Expand Down

0 comments on commit 6e342be

Please sign in to comment.