mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01: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
|
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() {
|
function cleanup() {
|
||||||
$docker_compose down
|
$docker_compose down
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue