mirror of
https://github.com/evennia/evennia.git
synced 2026-03-17 05:16:31 +01:00
Try in-built ubuntu mysql instead of action
This commit is contained in:
parent
3dc43a360b
commit
4689af914f
1 changed files with 7 additions and 7 deletions
14
.github/workflows/pythonpackage.yml
vendored
14
.github/workflows/pythonpackage.yml
vendored
|
|
@ -29,13 +29,13 @@ jobs:
|
|||
postgresql version: '10.7'
|
||||
posgresql db: 'postgres'
|
||||
postgresql user: 'postgres'
|
||||
- name: Set up MySQL server
|
||||
uses: mirromutth/mysql-action@v1.1
|
||||
if: ${{ matrix.TESTING_DB == 'mysql'}}
|
||||
with:
|
||||
mysql version: '8.0'
|
||||
mysql root password: 'root'
|
||||
|
||||
# - name: Set up MySQL server
|
||||
# uses: mirromutth/mysql-action@v1.1
|
||||
# if: ${{ matrix.TESTING_DB == 'mysql'}}
|
||||
# with:
|
||||
# mysql version: '8.0'
|
||||
# mysql root password: 'root'
|
||||
#
|
||||
# wait for db to activage, get logs from their start
|
||||
- name: Wait / sleep
|
||||
uses: jakejarvis/wait-action@v0.1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue