From e0efd2870dc95ae7d4fff58b852b29542c618c15 Mon Sep 17 00:00:00 2001 From: valentin-feron Date: Tue, 3 Dec 2024 11:11:41 +0100 Subject: [PATCH] add run-localstack script back to CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5fbd3a8..54cb2a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,9 @@ jobs: enable: missing-module-docstring ignore: tests,examples,scrap + - name: Run LocalStack + uses: i2mint/isee/actions/run-localstack@master + - name: Pytest Validation uses: i2mint/isee/actions/pytest-validation@master with: