Skip to content

Commit

Permalink
connect to mysql on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperphoton committed Mar 18, 2022
1 parent 3c059b6 commit 88444f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ jobs:
id: go

- name: Create Read Database
run: mysqladmin -h localhost -ugorm -pgorm create sharding-read-test
run: mysqladmin --host=localhost -ugorm -pgorm create sharding-read-test

- name: Create Write Database
run: mysqladmin -h localhost -ugorm -pgorm create sharding-write-test
run: mysqladmin --host=localhost -ugorm -pgorm create sharding-write-test

- name: Check out code into the Go module directory
uses: actions/checkout@v1
Expand Down

0 comments on commit 88444f9

Please sign in to comment.