We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa1174 commit d0a4c8eCopy full SHA for d0a4c8e
.github/workflows/tests.yaml
@@ -235,7 +235,7 @@ jobs:
235
- name: Install MySQL Client
236
run: sudo apt-get update && sudo apt-get install -y mysql-client
237
238
- - name: Wait for MySQL (localhost:3306)
+ - name: Wait for MySQL
239
run: |
240
set -e
241
for i in {1..60}; do
@@ -260,9 +260,9 @@ jobs:
260
run: ./scripts/test-mysql.sh
261
env:
262
MYSQL_HOST: 127.0.0.1
263
-
264
- - name: Test with pytest, MySQL
265
- run: ./scripts/test-mysql.sh
+ MYSQL_USER: root
+ MYSQL_PASSWORD: rootpassword
+ MYSQL_DATABASE: piccolo
266
267
- name: Upload coverage
268
uses: codecov/codecov-action@v1
0 commit comments