Skip to content

Commit c7ee69c

Browse files
committed
Remove app from CI.
1 parent b4e69f4 commit c7ee69c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/moodle-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
moodle-branch: 'main'
3737
database: 'pgsql'
3838
maxima: 'GCL'
39-
moodle-app: true
39+
moodle-app: false
4040
- php: '8.4'
4141
moodle-branch: 'MOODLE_502_STABLE'
4242
database: 'pgsql'
4343
maxima: 'SBCL'
44-
moodle-app: true
44+
moodle-app: false
4545
- php: '8.2'
4646
moodle-branch: 'MOODLE_500_STABLE'
4747
database: 'pgsql'
@@ -151,6 +151,8 @@ jobs:
151151
env:
152152
DB: ${{ matrix.database }}
153153
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
154+
# MOODLE_APP: 'true'
155+
154156

155157
- name: Install moodle-plugin-ci (light unit tests & moodle app)
156158
if: ${{ matrix.moodle-branch != 'main' && matrix.moodle-app == true}}

0 commit comments

Comments
 (0)