Migrate to docker compose v2
authorThomas B. <redacted>
Sun, 4 Aug 2024 20:59:41 +0000 (22:59 +0200)
committerGitHub <redacted>
Sun, 4 Aug 2024 20:59:41 +0000 (22:59 +0200)
.github/workflows/build.yml

index df019c549f3c6c22daf52a368b756dd356c2424f..768d88fd3d25ef7b08417a282127da81c4450a6c 100644 (file)
@@ -69,6 +69,6 @@ jobs:
           set -exu;
           for testFile in ${{ join(matrix.test-files, ' ') }};
           do
-            docker-compose -f ./tests/docker-compose.test-${testFile}.yml \
+            docker compose -f ./tests/docker-compose.test-${testFile}.yml \
             up --exit-code-from=sut --abort-on-container-exit
           done
git clone https://git.99rst.org/PROJECT