Skip to content

Commit

Permalink
Merge pull request #34 from SOHELAHMED7/github-action-failing-setup-fix
Browse files Browse the repository at this point in the history
Fix Github action test setup
  • Loading branch information
SOHELAHMED7 authored May 2, 2024
2 parents 679d403 + 31a85b3 commit 388e7cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ services:
- maria
tty: true
mysql:
image: mysql:8
image: mysql:8.0.37
ports:
- '13306:3306'
volumes:
- mysql:/var/lib/mysql:rw
- ./tests/tmp/mysql:/var/lib/mysql:rw
environment:
TZ: UTC
MYSQL_ALLOW_EMPTY_PASSWORD: 1
Expand Down
2 changes: 1 addition & 1 deletion tests/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/tmp
/tmp

0 comments on commit 388e7cc

Please sign in to comment.