Skip to content

Commit

Permalink
moodlehq#128 - adding oracle credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jpahullo committed Aug 11, 2021
1 parent b018363 commit 3b185a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
moodle-branch: 'MOODLE_311_STABLE'
database: 'oci'
extensions: 'mbstring, zip, gd, xmlrpc, soap, oci8'
dbcredentials: '--db-type oci --db-user moodle --db-pass m@0dl3ing --db-name moodle --db-host localhost'
# - php: '7.4'
# moodle-branch: 'MOODLE_310_STABLE'
# database: 'pgsql'
Expand Down Expand Up @@ -101,7 +102,7 @@ jobs:
echo "NVM_DIR=$HOME/.nvm" >> $GITHUB_ENV
- name: Install moodle-plugin-ci
run: moodle-plugin-ci install -vvv
run: moodle-plugin-ci install -vvv ${{ matrix.dbcredentials }}
env:
DB: ${{ matrix.database }}
MOODLE_BRANCH: ${{ matrix.moodle-branch }}
Expand Down

0 comments on commit 3b185a0

Please sign in to comment.