Skip to content

Commit e28df07

Browse files
authored
CI: Change docker-compose to docker compose
1 parent 0bfcf07 commit e28df07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
- name: Setup Docker
2222
run: |
2323
docker version
24-
docker-compose version
24+
docker compose version
2525
docker build --build-arg JULIA_VERSION=${{matrix.version}} -t slurm-cluster-julia -f ci/Dockerfile .
26-
docker-compose -f ci/docker-compose.yml up -d
26+
docker compose -f ci/docker-compose.yml up -d
2727
docker ps
2828
- name: Test Docker
2929
run: |

0 commit comments

Comments
 (0)