Skip to content

Commit

Permalink
Migrate to docker compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Aug 14, 2024
1 parent 6114c06 commit 460f844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,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

0 comments on commit 460f844

Please sign in to comment.