diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index cb80596..84d9507 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -40,7 +40,7 @@ jobs: shell: bash run: | sleep 20 - docker composer ps + docker compose ps - name: Run integration tests shell: bash run: bash tests/integration_tests.sh