forked from mystiq/dex
commit
b9787d48ac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
go-version: 1.13
|
go-version: 1.13
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup MySQL database
|
- name: Setup MySQL database
|
||||||
run: mysql -u root -proot -e 'CREATE DATABASE dex;'
|
run: mysql -u root -proot -e 'CREATE DATABASE dex;'
|
||||||
|
|
Loading…
Add table
Reference in a new issue