Skip to content

Commit 3d51feb

Browse files
author
yutak23
committed
chore: add localstack service
1 parent c9ccc47 commit 3d51feb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,20 @@ on:
55
branches: ["master"]
66
pull_request:
77
branches: ["master"]
8+
env:
9+
AWS_REGION: us-east-1
10+
AWS_ACCESS_KEY_ID: accesskey
11+
AWS_SECRET_ACCESS_KEY: secretaccesskey
12+
ENDPOINT: http://127.0.0.1:4566
813

914
jobs:
1015
build:
1116
runs-on: ubuntu-latest
17+
services:
18+
localstack:
19+
image: localstack/localstack
20+
ports:
21+
- "127.0.0.1:4566:4566"
1222
strategy:
1323
matrix:
1424
node-version: [18.x, 20.x]

0 commit comments

Comments
 (0)