From 6b5e409a177f3f31067f0b14613581c4d0f7d4cd Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Tue, 12 Nov 2024 16:05:01 +0000 Subject: [PATCH] Fix docker compose command in CI --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 24e2ed9..4d4b637 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -33,7 +33,7 @@ jobs: toolchain: stable override: true - uses: Swatinem/rust-cache@v1 - - run: cd compressor_integration_tests && docker-compose up -d + - run: cd compressor_integration_tests && docker compose up -d - uses: actions-rs/cargo@v1 with: command: test