Skip to content

Commit a8e8b1b

Browse files
committed
fixup: remove test user for MySQL
1 parent bc8eb5e commit a8e8b1b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ruby.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ jobs:
1313
mysql:
1414
image: mysql
1515
env:
16-
MYSQL_ROOT_PASSWORD: shhh-it's-a-secret
16+
MYSQL_ROOT_PASSWORD: root
1717
MYSQL_DATABASE: test
18-
MYSQL_USER: tester
19-
MYSQL_PASSWORD: password
2018
ports:
2119
- 3306:3306
2220
options: >-
23-
--health-cmd "mysqladmin ping -h127.0.0.1"
21+
--health-cmd "mysqladmin ping"
2422
--health-interval 10s
2523
--health-timeout 5s
2624
--health-retries 5
@@ -49,7 +47,7 @@ jobs:
4947
- 5.2.4.4
5048
- 5.1.7
5149
database_url:
52-
- mysql2://tester:password@127.0.0.1:3306/test
50+
- mysql2://root:root@127.0.0.1:3306/test
5351
- postgresql://postgres:password@localhost:5432/test
5452
- sqlite3:test_db
5553
exclude:

0 commit comments

Comments
 (0)