diff --git a/.github/workflows/local_tests.yml b/.github/workflows/local_tests.yml index 585cc8f..c3748e5 100644 --- a/.github/workflows/local_tests.yml +++ b/.github/workflows/local_tests.yml @@ -25,7 +25,7 @@ jobs: - name: Install Foundry uses: foundry-rs/foundry-toolchain@v1 - name: Start Docker Compose - run: docker-compose up -d + run: docker compose up -d working-directory: ./tests - name: Checking graph-node availability uses: nick-fields/retry@v2