mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Need to add the matrix
This commit is contained in:
parent
5eed439853
commit
9d5868ac55
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
|
@ -22,11 +22,11 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: harmon758/postgresql-action@v1
|
||||
if: ${{ TESTING_DB == 'mysql' }}
|
||||
if: ${{ matrix.TESTING_DB == 'mysql' }}
|
||||
with:
|
||||
postgresql version: '10.7'
|
||||
- uses: mirromutth/mysql-action@v1.1
|
||||
if: ${{ TESTING_DB == 'postgresql'}}
|
||||
if: ${{ matrix.TESTING_DB == 'postgresql'}}
|
||||
with:
|
||||
mysql version: '8.0'
|
||||
mysql root password: 'root'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue