From cd6f679359774fab0897c4044b6b7ab110adfcb2 Mon Sep 17 00:00:00 2001 From: peusebiu Date: Fri, 7 Jul 2023 22:40:06 +0300 Subject: [PATCH] fix(ci/cd): stop localstack after ci/cd pipeline (#1590) this should clean localstack persisted data in tests Signed-off-by: Petu Eusebiu --- .github/workflows/ci-cd.yml | 5 +++++ 1 file changed, 5 insertions(+) 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: |