Skip to content

Commit d8e0fab

Browse files
committed
Tweak test settings.
1 parent 4a70982 commit d8e0fab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
lisp: [sbcl]
1212

1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v4
1515
- name: Run tests
1616
env:
1717
LISP: ${{ matrix.lisp }}
1818
run: |
19-
docker-compose up --exit-code-from tests tests
19+
docker compose up --exit-code-from tests tests

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
context: .
88
target: base
99
args:
10-
- LISP=${LISP}
10+
- LISP=${LISP:-sbcl}
1111
restart: "no"
1212
volumes:
1313
- ./:/app/
@@ -33,7 +33,7 @@ services:
3333
mysql:
3434
container_name: mito-mysql
3535
image: "mysql:8"
36-
command: --default-authentication-plugin=mysql_native_password
3736
restart: always
37+
command: --mysql_native_password=ON
3838
environment:
3939
MYSQL_ROOT_PASSWORD: mito

0 commit comments

Comments
 (0)