Skip to content

Commit a4610cb

Browse files
author
Bizley
committed
MySQL 8 compatibility
1 parent ea95428 commit a4610cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- 3306/tcp
2929
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
3030
volumes:
31-
- ./tests/docker/scripts:/docker-entrypoint-initdb.d
31+
- /tests/docker/scripts:/docker-entrypoint-initdb.d
3232

3333
steps:
3434
- name: Checkout

0 commit comments

Comments
 (0)