Skip to content

Commit

Permalink
change docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfeil committed Aug 5, 2024
1 parent caf6c73 commit d042554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ only_models_tests=${only_models_tests:-}
git_branch=$(git rev-parse --abbrev-ref HEAD)

function runComposeCommand() {
docker-compose -p osemapitest -f ./tests/docker-compose.yml "$@"
docker compose -p osemapitest -f ./tests/docker-compose.yml "$@"
}

function cleanup() {
Expand Down

0 comments on commit d042554

Please sign in to comment.