Skip to content

Commit

Permalink
Tweaks to make behat work
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen committed Dec 8, 2024
1 parent e0e9554 commit 9c76a5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 79 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
fail-fast: false
matrix:
include:
# - php: '8.2'
# moodle-branch: 'MOODLE_402_STABLE'
# database: 'mariadb'
- php: '8.3'
moodle-branch: 'MOODLE_405_STABLE'
database: 'mariadb'
# - php: '8.0'
# moodle-branch: 'master'
# database: 'pgsql'
database: 'pgsql'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -59,16 +59,12 @@ jobs:
echo $(cd ci/vendor/bin; pwd) >> $GITHUB_PATH
# PHPUnit depends on en_AU.UTF-8 locale
sudo locale-gen en_AU.UTF-8
env:
DB: ${{ matrix.database }}
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
- name: Install Moodle
# Need explicit IP to stop mysql client fail on attempt to use unix socket.
run: |
moodle-plugin-ci add-plugin --branch main mebis-lp/moodle-local_ai_manager
moodle-plugin-ci install --plugin ./plugin --db-host=127.0.0.1
env:
DB: ${{ matrix.database }}
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
Expand Down Expand Up @@ -104,10 +100,6 @@ jobs:
if: ${{ always() }}
run: moodle-plugin-ci savepoints

- name: Mustache Lint
if: ${{ always() }}
run: moodle-plugin-ci mustache

- name: Grunt
if: ${{ matrix.moodle-branch == 'master' }}
run: moodle-plugin-ci grunt
Expand Down
67 changes: 0 additions & 67 deletions tests/behat/add.feature

This file was deleted.

0 comments on commit 9c76a5a

Please sign in to comment.