fix(ci/cd): stop localstack after ci/cd pipeline (#1590)

this should clean localstack persisted data in tests

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>
This commit is contained in:
peusebiu
2023-07-07 22:40:06 +03:00
committed by GitHub
parent 17d1338af1
commit cd6f679359
+5
View File
@@ -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: |