mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
ci: retain extensions key in integration tests
This commit is contained in:
@@ -263,10 +263,6 @@ jobs:
|
|||||||
EOF
|
EOF
|
||||||
sed -i '/<testsuites>/r /tmp/testsuite.xml' dev/tests/integration/phpunit.xml.dist
|
sed -i '/<testsuites>/r /tmp/testsuite.xml' dev/tests/integration/phpunit.xml.dist
|
||||||
|
|
||||||
## Disable allure (See https://github.com/magento/magento2/issues/36702 )
|
|
||||||
## (╯°□°)╯︵ ┻━┻
|
|
||||||
sed -i '/<extensions>/,/<\/extensions>/d' dev/tests/integration/phpunit.xml.dist
|
|
||||||
|
|
||||||
- name: Run Integration Tests
|
- name: Run Integration Tests
|
||||||
working-directory: ${{ steps.setup-magento.outputs.path }}/dev/tests/integration
|
working-directory: ${{ steps.setup-magento.outputs.path }}/dev/tests/integration
|
||||||
run: ../../../vendor/bin/phpunit -c phpunit.xml.dist --testsuite Extension_Integration_Tests
|
run: ../../../vendor/bin/phpunit -c phpunit.xml.dist --testsuite Extension_Integration_Tests
|
||||||
|
|||||||
Reference in New Issue
Block a user