Skip to content

Commit

Permalink
Tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
fukamachi committed May 14, 2024
1 parent ed110b1 commit 3222348
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,4 @@ jobs:
env:
LISP: ${{ matrix.lisp }}
run: |
docker compose up -d mysql postgres
sleep 10
docker compose ps
docker compose logs mysql
docker compose up --exit-code-from tests tests
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ services:
container_name: mito-mysql
hostname: mito-test-mysql
image: "mysql:8"
command: --default-authentication-plugin=mysql_native_password
command: --mysql_native_password=ON
environment:
MYSQL_ROOT_PASSWORD: mito

0 comments on commit 3222348

Please sign in to comment.