Commit d8e0fab 1 parent 4a70982 commit d8e0fab Copy full SHA for d8e0fab
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
lisp : [sbcl]
12
12
13
13
steps :
14
- - uses : actions/checkout@v1
14
+ - uses : actions/checkout@v4
15
15
- name : Run tests
16
16
env :
17
17
LISP : ${{ matrix.lisp }}
18
18
run : |
19
- docker- compose up --exit-code-from tests tests
19
+ docker compose up --exit-code-from tests tests
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
7
7
context : .
8
8
target : base
9
9
args :
10
- - LISP=${LISP}
10
+ - LISP=${LISP:-sbcl }
11
11
restart : " no"
12
12
volumes :
13
13
- ./:/app/
@@ -33,7 +33,7 @@ services:
33
33
mysql :
34
34
container_name : mito-mysql
35
35
image : " mysql:8"
36
- command : --default-authentication-plugin=mysql_native_password
37
36
restart : always
37
+ command : --mysql_native_password=ON
38
38
environment :
39
39
MYSQL_ROOT_PASSWORD : mito
You can’t perform that action at this time.
0 commit comments