Skip to content
Snippets Groups Projects
Commit d7a10005 authored by Tamara Gunkel's avatar Tamara Gunkel
Browse files

add moodle branches and mod dependency

parent 274f966b
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ jobs: ...@@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
php: ['7.4'] php: ['7.4']
moodle-branch: ['MOODLE_311_STABLE'] moodle-branch: ['MOODLE_39_STABLE', 'MOODLE_310_STABLE', 'MOODLE_311_STABLE']
database: ['pgsql'] database: ['pgsql']
steps: steps:
...@@ -54,6 +54,7 @@ jobs: ...@@ -54,6 +54,7 @@ jobs:
- name: Install moodle-plugin-ci - name: Install moodle-plugin-ci
run: | run: |
moodle-plugin-ci add-plugin Opencast-Moodle/moodle-tool_opencast moodle-plugin-ci add-plugin Opencast-Moodle/moodle-tool_opencast
moodle-plugin-ci add-plugin Opencast-Moodle/moodle-mod_opencast
moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1 --no-init moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1 --no-init
env: env:
DB: ${{ matrix.database }} DB: ${{ matrix.database }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment