Skip to content

Commit

Permalink
Add compilation skip group for codeceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hkreuter committed Sep 25, 2024
1 parent 3f5142f commit d7e7723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/oxid-esales/metapackage-7.1-slim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ runscript: &runscript
cat >source/vendor/oxid-esales/oxideshop-ce/tests/scripts/compilation_codeception.sh <<EOF
#!/bin/bash
/var/www/vendor/bin/codecept build -c /var/www/vendor/oxid-esales/oxideshop-ce/tests/codeception.yml
/var/www/vendor/bin/codecept run Acceptance --bootstrap=/var/www/source/bootstrap.php -c /var/www/vendor/oxid-esales/oxideshop-ce/tests/codeception.yml -x exclude_from_compilation -x flow_theme
/var/www/vendor/bin/codecept run Acceptance --bootstrap=/var/www/source/bootstrap.php -c /var/www/vendor/oxid-esales/oxideshop-ce/tests/codeception.yml -x exclude_from_compilation -x exclude-from-compilation -x flow_theme
EOF
chmod a+x source/vendor/oxid-esales/oxideshop-ce/tests/scripts/compilation_codeception.sh
Expand Down

0 comments on commit d7e7723

Please sign in to comment.