File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 75
75
- mkdir ${CI_PROJECT_DIR}/faildumps
76
76
- moodle-plugin-ci add-config "\$CFG->behat_faildump_path = '${CI_PROJECT_DIR}/faildumps';"
77
77
- php -S ${IPADDRESS}:8000 -t $CI_PROJECT_DIR/../moodle > /dev/null 2>&1 &
78
- - php admin/tool/behat/cli/init.php --add-core-features-to-theme --parallel=3 --optimize-runs=@$PLUGINNAME
78
+ - php admin/tool/behat/cli/init.php --add-core-features-to-theme --parallel=3 --optimize-runs=@$PLUGINNAME --scss-deprecations
79
79
- . check-start
80
80
- . check moodle-plugin-ci behat --suite workplace --profile chrome
81
81
- . check-finish
@@ -117,7 +117,7 @@ behat:
117
117
- mkdir ${CI_PROJECT_DIR}/faildumps
118
118
- moodle-plugin-ci add-config "\$CFG->behat_faildump_path = '${CI_PROJECT_DIR}/faildumps';"
119
119
- php -S ${IPADDRESS}:8000 -t $CI_PROJECT_DIR/../moodle > /dev/null 2>&1 &
120
- - php admin/tool/behat/cli/init.php --add-core-features-to-theme --parallel=3 --optimize-runs=@$PLUGINNAME
120
+ - php admin/tool/behat/cli/init.php --add-core-features-to-theme --parallel=3 --optimize-runs=@$PLUGINNAME --scss-deprecations
121
121
- . check-start
122
122
- . check moodle-plugin-ci phpunit --coverage-text --fail-on-warning
123
123
- . check moodle-plugin-ci behat --suite $SUITE --profile chrome
You can’t perform that action at this time.
0 commit comments