diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 79f5e700..076f7f7f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -134,6 +134,11 @@ jobs: OS: ${{ matrix.os }} ARCH: ${{ matrix.arch }} + - if: matrix.os == 'linux' && matrix.arch == 'amd64' + name: Stop localstack + run: | + localstack stop + - name: Check disk space after build if: always() run: |