We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f965b commit 65840efCopy full SHA for 65840ef
.github/workflows/acceptance.yml
@@ -169,7 +169,7 @@ jobs:
169
run: moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
170
env:
171
DB: pgsql
172
- MOODLE_BRANCH: ${{ github.event.inputs.moodle_branch || 'MOODLE_500_STABLE' }} # TODO: Use 'main' once MDL-85632 is fixed.
+ MOODLE_BRANCH: ${{ github.event.inputs.moodle_branch || 'main' }}
173
MOODLE_REPO: ${{ github.event.inputs.moodle_repository || 'https://github.com/moodle/moodle.git' }}
174
MOODLE_BEHAT_IONIC_WWWROOT: https://localhost:8001
175
MOODLE_BEHAT_DEFAULT_BROWSER: chrome
0 commit comments