We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db02b0 commit e67691eCopy full SHA for e67691e
.github/workflows/test.yaml
@@ -27,3 +27,4 @@ jobs:
27
import boto3
28
ec2 = boto3.client("ec2")
29
ec2.describe_regions()
30
+ print("success")
0 commit comments