Skip to content

Commit

Permalink
Pull in local_ai_manager from the repo so the unit tests will not fal…
Browse files Browse the repository at this point in the history
…l over
  • Loading branch information
marcusgreen committed Nov 2, 2024
1 parent c922f8d commit a5bcb93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ jobs:
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
# PHPUnit depends on en_AU.UTF-8 locale
sudo locale-gen en_AU.UTF-8
- name: Install moodle-plugin-ci
run: |
moodle-plugin-ci add-plugin --branch main_mebis-lp/mebis-lp/moodle-local_ai_manager
moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
env:
DB: ${{ matrix.database }}
MOODLE_BRANCH: ${{ matrix.moodle-branch }}

- name: Install Moodle
# Need explicit IP to stop mysql client fail on attempt to use unix socket.
Expand Down

0 comments on commit a5bcb93

Please sign in to comment.