From 4e5db3be924e71e4877f0fc20e3cf4268fdbc0aa Mon Sep 17 00:00:00 2001 From: antstorm Date: Mon, 19 Aug 2024 19:42:54 +0100 Subject: [PATCH] Fix integration specs --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2456cb5d..022d8b57 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: - name: Start dependencies run: | - docker-compose \ + docker compose \ -f examples/docker-compose.yml \ up -d @@ -82,4 +82,4 @@ jobs: env: USE_ERROR_SERIALIZATION_V2: 1 run: | - cd examples && bundle exec rspec \ No newline at end of file + cd examples && bundle exec rspec