File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -85,14 +85,12 @@ jobs:
8585 - php : ' 8.1'
8686 moodle-branch : ' MOODLE_405_STABLE'
8787 database : ' mariadb'
88- scssdeprecations : ' 1'
8988 - php : ' 8.2'
9089 moodle-branch : ' MOODLE_500_STABLE'
9190 database : ' pgsql'
9291 - php : ' 8.4'
9392 moodle-branch : ' MOODLE_500_STABLE'
9493 database : ' mariadb'
95- scssdeprecations : ' 1'
9694 - php : ' 8.2'
9795 moodle-branch : ' MOODLE_501_STABLE'
9896 database : ' mariadb'
@@ -134,7 +132,7 @@ jobs:
134132 moodle-plugin-ci add-config "define('PHPUNIT_LONGTEST', true);"
135133 moodle-plugin-ci add-config "define('PHPUNIT_BACKUPTEMPDIR', '$(pwd)/tmpbackup');"
136134 if [[ "${{ matrix.scssdeprecations }}" == "1" ]]; then
137- php moodle/admin/tool/behat/cli/util_single_run.php --enable --add-core-features-to-theme --scss-deprecations
135+ php moodle/public/ admin/tool/behat/cli/util_single_run.php --enable --add-core-features-to-theme --scss-deprecations
138136 fi
139137 env :
140138 DB : ${{ matrix.database }}
You can’t perform that action at this time.
0 commit comments