Skip to content

Commit 3b418ac

Browse files
committed
ci-experiments - Add test
1 parent 2f3436e commit 3b418ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/moodle-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
106106
moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
107107
108-
moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_MAXIMAVERSION", "5.42.2");'
108+
moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_MAXIMAVERSION", "5.44.0");'
109109
moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_MAXIMACOMMAND", "maxima");'
110110
moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_MAXIMACOMMANDOPT", "timeout --kill-after=10s 10s ${{ github.workspace }}/maxima_opt_auto -eval '\''(cl-user::run)'\''");'
111111
moodle-plugin-ci add-config 'define("QTYPE_STACK_TEST_CONFIG_MAXIMACOMMANDSERVER", "http://pool.home:8080/MaximaPool/MaximaPool");'
@@ -126,7 +126,7 @@ jobs:
126126
env:
127127
DB: ${{ matrix.database }}
128128
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
129-
MOODLE_APP: ${{ matrix.moodleapp }}
129+
MOODLE_APP: 'true'
130130

131131
- name: Behat features
132132
if: ${{ always() }}

0 commit comments

Comments
 (0)