Skip to content

Commit 65840ef

Browse files
committed
MOBILE-4653 acceptance: Use LMS main branch again
1 parent 78f965b commit 65840ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/acceptance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
170170
env:
171171
DB: pgsql
172-
MOODLE_BRANCH: ${{ github.event.inputs.moodle_branch || 'MOODLE_500_STABLE' }} # TODO: Use 'main' once MDL-85632 is fixed.
172+
MOODLE_BRANCH: ${{ github.event.inputs.moodle_branch || 'main' }}
173173
MOODLE_REPO: ${{ github.event.inputs.moodle_repository || 'https://github.com/moodle/moodle.git' }}
174174
MOODLE_BEHAT_IONIC_WWWROOT: https://localhost:8001
175175
MOODLE_BEHAT_DEFAULT_BROWSER: chrome

0 commit comments

Comments
 (0)