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 ea95428 commit a4610cbCopy full SHA for a4610cb
.github/workflows/build-mysql.yml
@@ -28,7 +28,7 @@ jobs:
28
- 3306/tcp
29
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
30
volumes:
31
- - ./tests/docker/scripts:/docker-entrypoint-initdb.d
+ - /tests/docker/scripts:/docker-entrypoint-initdb.d
32
33
steps:
34
- name: Checkout
0 commit comments