Skip to content

Commit 0d831c0

Browse files
authored
Fix
1 parent 5da1ded commit 0d831c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
docker version
3131
docker compose version
3232
docker build --build-arg JULIA_VERSION="${MATRIX_VERSION:?}" -t slurm-cluster-julia -f ci/Dockerfile .
33-
docker-compose -f ci/docker-compose.yml up -d
33+
docker compose -f ci/docker-compose.yml up -d
3434
docker ps
3535
env:
3636
MATRIX_VERSION: ${{matrix.version}}

0 commit comments

Comments
 (0)