diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7b0e4f..4b59ac3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Build container and run tests - run: docker-compose up --build --exit-code-from test test + run: docker compose up --build --exit-code-from test test - uses: actions/upload-artifact@v4 if: ${{ failure() }} with: