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