Skip to content

Commit

Permalink
moodlehq#128 - specify db type from matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpahullo committed Aug 10, 2021
1 parent 13bbcad commit 029b7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Install moodle-plugin-ci
run: moodle-plugin-ci install -vvv
env:
DB: 'pgsql'
DB: ${{ matrix.database }}
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
IGNORE_PATHS: 'ignore'
IGNORE_NAMES: 'ignore_name.php'
Expand Down

0 comments on commit 029b7de

Please sign in to comment.