Skip to content

Commit d0a4c8e

Browse files
committed
add password to connection
1 parent 8aa1174 commit d0a4c8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
- name: Install MySQL Client
236236
run: sudo apt-get update && sudo apt-get install -y mysql-client
237237

238-
- name: Wait for MySQL (localhost:3306)
238+
- name: Wait for MySQL
239239
run: |
240240
set -e
241241
for i in {1..60}; do
@@ -260,9 +260,9 @@ jobs:
260260
run: ./scripts/test-mysql.sh
261261
env:
262262
MYSQL_HOST: 127.0.0.1
263-
264-
- name: Test with pytest, MySQL
265-
run: ./scripts/test-mysql.sh
263+
MYSQL_USER: root
264+
MYSQL_PASSWORD: rootpassword
265+
MYSQL_DATABASE: piccolo
266266

267267
- name: Upload coverage
268268
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)