From 3efd0fed339e9f81d6e9e5c474c69f335d977090 Mon Sep 17 00:00:00 2001 From: Marcus Green Date: Sat, 2 Nov 2024 18:41:54 +0000 Subject: [PATCH] Pull in local_ai_manager from the repo so the unit tests will not fall over --- .github/workflows/moodle-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index f82fde5..7a0f75e 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -59,6 +59,8 @@ jobs: echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH # PHPUnit depends on en_AU.UTF-8 locale sudo locale-gen en_AU.UTF-8 + 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 - name: Install Moodle # Need explicit IP to stop mysql client fail on attempt to use unix socket.