diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 988f28a..f573571 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -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