We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc8eb5e commit a8e8b1bCopy full SHA for a8e8b1b
.github/workflows/ruby.yml
@@ -13,14 +13,12 @@ jobs:
13
mysql:
14
image: mysql
15
env:
16
- MYSQL_ROOT_PASSWORD: shhh-it's-a-secret
+ MYSQL_ROOT_PASSWORD: root
17
MYSQL_DATABASE: test
18
- MYSQL_USER: tester
19
- MYSQL_PASSWORD: password
20
ports:
21
- 3306:3306
22
options: >-
23
- --health-cmd "mysqladmin ping -h127.0.0.1"
+ --health-cmd "mysqladmin ping"
24
--health-interval 10s
25
--health-timeout 5s
26
--health-retries 5
@@ -49,7 +47,7 @@ jobs:
49
47
- 5.2.4.4
50
48
- 5.1.7
51
database_url:
52
- - mysql2://tester:password@127.0.0.1:3306/test
+ - mysql2://root:root@127.0.0.1:3306/test
53
- postgresql://postgres:password@localhost:5432/test
54
- sqlite3:test_db
55
exclude:
0 commit comments