fix: add policy and speed up (#51)
Signed-off-by: matttrach <matt.trachier@suse.com>
This commit is contained in:
parent
ad3e046b83
commit
9b964a9b9a
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
run: |
|
||||
go version
|
||||
cd ${{github.workspace}}/tests
|
||||
go test -v -timeout=60m -parallel=5
|
||||
go test -v -timeout=60m -parallel=10
|
||||
cd ${{github.workspace}}
|
||||
- uses: peter-evans/create-or-update-comment@v4
|
||||
name: 'Report Success'
|
||||
|
|
|
|||
|
|
@ -167,7 +167,11 @@ Please remember that these are just my notes, make good decisions and evaluate y
|
|||
"route53:ListCidrCollections",
|
||||
"route53:GetHostedZoneCount",
|
||||
"route53:CreateHealthCheck",
|
||||
"route53:DeleteHealthCheck"
|
||||
"route53:DeleteHealthCheck",
|
||||
"iam:UploadServerCertificate",
|
||||
"iam:ListServerCertificates",
|
||||
"iam:ListServerCertificateTags",
|
||||
"iam:DeleteServerCertificate"
|
||||
],
|
||||
"Resource": "*"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue