mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Fix tests
This commit is contained in:
parent
d9f254e2c5
commit
d9854e1a4e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -e
|
|||
|
||||
export RUBY_VERSION=$1
|
||||
|
||||
docker_compose="docker-compose --file test-envs/docker-compose-$2.yml"
|
||||
docker_compose="docker compose --file test-envs/docker-compose-$2.yml"
|
||||
|
||||
function cleanup() {
|
||||
$docker_compose down
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue