From 78a697dd20869989ab1a483701ea46735eede288 Mon Sep 17 00:00:00 2001 From: Julian Nonino Date: Sun, 31 Jul 2022 00:13:09 +0100 Subject: [PATCH] Use localstack --- .github/workflows/pipeline.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 3ded477..69db187 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -5,8 +5,11 @@ on: pull_request: types: [opened, reopened, synchronize] branches: [main] - release: - types: [published] + +env: + DEFAULT_REGION: us-east-1 + AWS_ACCESS_KEY_ID: localstack + AWS_SECRET_ACCESS_KEY: localstack jobs: check-format: