Skip to content

Commit

Permalink
Migrate docker-compose in Build & Test action
Browse files Browse the repository at this point in the history
  • Loading branch information
thomascube committed Aug 14, 2024
1 parent 8ec8b78 commit 1252126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,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 1252126

Please sign in to comment.