Skip to content

Commit

Permalink
setup CI with localstack
Browse files Browse the repository at this point in the history
  • Loading branch information
widmogrod committed Sep 30, 2023
1 parent aa9ceac commit 422c009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- run: go generate ./...

# initiate docker-compose services
- run: |
pip install awscli-local
- run: dev/bootstrap.sh& sleep 10

# run tests
Expand Down

0 comments on commit 422c009

Please sign in to comment.