Skip to content

Commit 44dee18

Browse files
committed
fix 5.1 path in tests
1 parent 512badb commit 44dee18

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gha.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)