diff --git a/bin/test/server-puma b/bin/test/server-puma index 275a1e0..0c5ee57 100755 --- a/bin/test/server-puma +++ b/bin/test/server-puma @@ -3,4 +3,4 @@ bundle install bundle exec rake build ls -t pkg | head -n1 | xargs -I {} mv pkg/{} features/server-puma/uni_rails.gem -docker-compose -f features/server-puma/docker-compose.yml up --build --exit-code-from test \ No newline at end of file +docker compose -f features/server-puma/docker-compose.yml up --build --exit-code-from test \ No newline at end of file diff --git a/bin/test/todos-api b/bin/test/todos-api index 1fad14b..ffca8d4 100755 --- a/bin/test/todos-api +++ b/bin/test/todos-api @@ -3,4 +3,4 @@ bundle install bundle exec rake build ls -t pkg | head -n1 | xargs -I {} mv pkg/{} features/todos-api/uni_rails.gem -docker-compose -f features/todos-api/docker-compose.yml up --build --exit-code-from test \ No newline at end of file +docker compose -f features/todos-api/docker-compose.yml up --build --exit-code-from test \ No newline at end of file diff --git a/bin/test/todos-hotwire b/bin/test/todos-hotwire index 05bd600..e15c93a 100755 --- a/bin/test/todos-hotwire +++ b/bin/test/todos-hotwire @@ -3,4 +3,4 @@ bundle install bundle exec rake build ls -t pkg | head -n1 | xargs -I {} mv pkg/{} features/todos-hotwire/uni_rails.gem -docker-compose -f features/todos-hotwire/docker-compose.yml up --build --exit-code-from test \ No newline at end of file +docker compose -f features/todos-hotwire/docker-compose.yml up --build --exit-code-from test \ No newline at end of file diff --git a/bin/test/todos-scaffold b/bin/test/todos-scaffold index 2dcb00e..6e0aa9a 100755 --- a/bin/test/todos-scaffold +++ b/bin/test/todos-scaffold @@ -3,4 +3,4 @@ bundle install bundle exec rake build ls -t pkg | head -n1 | xargs -I {} mv pkg/{} features/todos-scaffold/uni_rails.gem -docker-compose -f features/todos-scaffold/docker-compose.yml up --build --exit-code-from test \ No newline at end of file +docker compose -f features/todos-scaffold/docker-compose.yml up --build --exit-code-from test \ No newline at end of file