We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e69f4 commit c7ee69cCopy full SHA for c7ee69c
1 file changed
.github/workflows/moodle-ci.yml
@@ -36,12 +36,12 @@ jobs:
36
moodle-branch: 'main'
37
database: 'pgsql'
38
maxima: 'GCL'
39
- moodle-app: true
+ moodle-app: false
40
- php: '8.4'
41
moodle-branch: 'MOODLE_502_STABLE'
42
43
maxima: 'SBCL'
44
45
- php: '8.2'
46
moodle-branch: 'MOODLE_500_STABLE'
47
@@ -151,6 +151,8 @@ jobs:
151
env:
152
DB: ${{ matrix.database }}
153
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
154
+ # MOODLE_APP: 'true'
155
+
156
157
- name: Install moodle-plugin-ci (light unit tests & moodle app)
158
if: ${{ matrix.moodle-branch != 'main' && matrix.moodle-app == true}}
0 commit comments