We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e8814 commit 389830fCopy full SHA for 389830f
.github/workflows/check-extension.yaml
@@ -263,10 +263,6 @@ jobs:
263
EOF
264
sed -i '/<testsuites>/r /tmp/testsuite.xml' dev/tests/integration/phpunit.xml.dist
265
266
- ## Disable allure (See https://github.com/magento/magento2/issues/36702 )
267
- ## (╯°□°)╯︵ ┻━┻
268
- sed -i '/<extensions>/,/<\/extensions>/d' dev/tests/integration/phpunit.xml.dist
269
-
270
- name: Run Integration Tests
271
working-directory: ${{ steps.setup-magento.outputs.path }}/dev/tests/integration
272
run: ../../../vendor/bin/phpunit -c phpunit.xml.dist --testsuite Extension_Integration_Tests
0 commit comments