Skip to content

Commit 30045e5

Browse files
committed
Prepare 7.0 superslim, WIP and DO NOT MERGE
1 parent b4c2d33 commit 30045e5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/oxid-esales/metapackage-7.0-superslim.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runscript: &runscript
7878
script: |
7979
[
8080
"shop:~/unit.sh",
81-
"shop:~/integration.sh",
81+
"shop:~/compilation_integration.sh",
8282
"shop:~/compilation_codeception.sh",
8383
"shop:~/compilation_codeception_admin.sh",
8484
"gdpr:~/unit.sh",
@@ -113,7 +113,11 @@ runscript: &runscript
113113
/var/www/vendor/bin/codecept run acceptanceAdmin --bootstrap=/var/www/source/bootstrap.php -c /var/www/vendor/oxid-esales/oxideshop-ce/tests/codeception.yml -x exclude_from_compilation -x flow_theme -x genericExport
114114
EOF
115115
chmod a+x source/vendor/oxid-esales/oxideshop-ce/tests/scripts/compilation_codeception_admin.sh
116-
116+
cat >source/vendor/oxid-esales/oxideshop-ce/tests/scripts/compilation_integration.sh <<EOF
117+
#!/bin/bash
118+
/var/www/vendor/bin/phpunit -c /var/www/vendor/oxid-esales/oxideshop-ce/phpunit.xml --testsuite=Integration --exclude-group exclude_from_compilation,exclude-from-compilation
119+
EOF
120+
chmod a+x source/vendor/oxid-esales/oxideshop-ce/tests/scripts/compilation_integration.sh
117121
gdpr:
118122
path: 'vendor/oxid-esales/gdpr-optin-module'
119123
custom_script: |

0 commit comments

Comments
 (0)