Skip to content

Commit

Permalink
fix broken ssm call
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschubert committed Dec 28, 2023
1 parent 52bc31d commit b678528
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
localstack start -d
localstack wait -t 30
- name: Verify successful deployment
- name: Test usage of awslocal
run: |
awslocal lambda list-functions
awslocal ssm list-parameters
awslocal s3api list-buckets
awslocal s3 ls

0 comments on commit b678528

Please sign in to comment.