Skip to content

Commit 19610eb

Browse files
committed
Merge branch 'WP-5363' into 'MOODLE_500_STABLE'
WP-5363 run behat with scss-deprecations See merge request workplace/moodle-tool_certificate!215
2 parents 0c28f66 + 9dfdaee commit 19610eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ behat:
7575
- mkdir ${CI_PROJECT_DIR}/faildumps
7676
- moodle-plugin-ci add-config "\$CFG->behat_faildump_path = '${CI_PROJECT_DIR}/faildumps';"
7777
- 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
7979
- . check-start
8080
- . check moodle-plugin-ci behat --suite workplace --profile chrome
8181
- . check-finish
@@ -117,7 +117,7 @@ behat:
117117
- mkdir ${CI_PROJECT_DIR}/faildumps
118118
- moodle-plugin-ci add-config "\$CFG->behat_faildump_path = '${CI_PROJECT_DIR}/faildumps';"
119119
- 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
121121
- . check-start
122122
- . check moodle-plugin-ci phpunit --coverage-text --fail-on-warning
123123
- . check moodle-plugin-ci behat --suite $SUITE --profile chrome

0 commit comments

Comments
 (0)