Skip to content

Commit

Permalink
Use localstack
Browse files Browse the repository at this point in the history
  • Loading branch information
jnonino committed Jul 30, 2022
1 parent e1f2cb6 commit 78a697d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 78a697d

Please sign in to comment.