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
+11
View File
@@ -0,0 +1,11 @@
.git
.github
.gitea
.docker
.dockerignore
.env
.env.*
compose.yaml
node_modules
vendor
*.log
-2
View File
@@ -25,8 +25,6 @@ services:
DB_USER: postgres
MOODLE_BRANCH: v5.2.2
NPM_CONFIG_FETCH_RETRIES: 5
volumes:
- .:/plugin:ro
command:
- /bin/bash
- -lc