Skip to content

Commit 6332fba

Browse files
committed
Attempt to fix Github Action failing setup
1 parent e96fa50 commit 6332fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ services:
3131
ports:
3232
- '13306:3306'
3333
volumes:
34-
- ./tests/tmp/mysql:/var/lib/mysql:rw
34+
- mysql:/var/lib/mysql:rw
3535
environment:
3636
TZ: UTC
3737
MYSQL_ALLOW_EMPTY_PASSWORD: 1

0 commit comments

Comments
 (0)