Skip to content

Commit 679d403

Browse files
authored
Merge pull request #33 from SOHELAHMED7/ensure-error-reporting-all
Attempt to fix Github Action failing setup
2 parents e96fa50 + 6332fba commit 679d403

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)