fix(ci): copy plugin into test image
Moodle Plugin CI / test (push) Failing after 1m44s

This commit is contained in:
2026-08-12 17:07:32 +00:00
parent d35ce9b445
commit 91111b66d3
3 changed files with 13 additions and 2 deletions
+2
View File
@@ -31,6 +31,8 @@ RUN ln -s /usr/local/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/npm \
--classmap-authoritative \
&& ln -s /opt/moodle-plugin-ci/bin/moodle-plugin-ci /usr/local/bin/moodle-plugin-ci
COPY . /plugin
ENV LANG=en_AU.UTF-8
WORKDIR /workspace