Skip to content

Commit 389830f

Browse files
committed
ci: retain extensions key in integration tests
1 parent 45e8814 commit 389830f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/check-extension.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,6 @@ jobs:
263263
EOF
264264
sed -i '/<testsuites>/r /tmp/testsuite.xml' dev/tests/integration/phpunit.xml.dist
265265
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-
270266
- name: Run Integration Tests
271267
working-directory: ${{ steps.setup-magento.outputs.path }}/dev/tests/integration
272268
run: ../../../vendor/bin/phpunit -c phpunit.xml.dist --testsuite Extension_Integration_Tests

0 commit comments

Comments
 (0)