Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 388e7cc

Browse files
authored
Merge pull request #34 from SOHELAHMED7/github-action-failing-setup-fix
Fix Github action test setup
2 parents 679d403 + 31a85b3 commit 388e7cc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ services:
2727
- maria
2828
tty: true
2929
mysql:
30-
image: mysql:8
30+
image: mysql:8.0.37
3131
ports:
3232
- '13306:3306'
3333
volumes:
34-
- mysql:/var/lib/mysql:rw
34+
- ./tests/tmp/mysql:/var/lib/mysql:rw
3535
environment:
3636
TZ: UTC
3737
MYSQL_ALLOW_EMPTY_PASSWORD: 1

tests/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/tmp
1+
/tmp

0 commit comments

Comments
 (0)