Skip to content

Commit 7874e46

Browse files
committed
Update pipeline
1 parent 33aefbc commit 7874e46

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pipeline.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
pull_request:
66
types: [opened, reopened, synchronize]
77
branches: [main]
8+
release:
9+
types: [published]
810

911
jobs:
1012
check-format:
@@ -40,6 +42,13 @@ jobs:
4042
matrix: {
4143
dir: ['examples/test']
4244
}
45+
services:
46+
localstack:
47+
image: localstack/localstack
48+
env:
49+
SERVICES: apigateway,cloudformation,cloudwatch,dynamodb,es,firehose,iam,kinesis,lambda,route53,redshift,s3,secretsmanager,ses,sns,sqs,ssm,stepfunctions,sts
50+
ports:
51+
- 4566:4566
4352
steps:
4453
- name: Checkout repository
4554
uses: actions/checkout@v3

0 commit comments

Comments
 (0)