Skip to content

Commit

Permalink
Fix dest forlder for phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Dec 27, 2023
1 parent f2d9b1a commit ecd2b0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ jobs:
no_push: 1 ## add this arg to not push to the repo ideal for quick test on specific version

# Integrations tests
- name: "ls directory"
run: ls -la
- name: "copy integration test's phpunit.xml"
run: cp Sequra_Core/Test/Integration/phpunit.xml.dist dev/tests/integration/phpunit.xml
run: cp Sequra_Core/Test/Integration/phpunit.xml.dist magento/dev/tests/integration/phpunit.xml
- name: 'To run all test in copied phpunit.xml'
uses: MAD-I-T/magento-actions@master
env:
Expand Down

0 comments on commit ecd2b0a

Please sign in to comment.