Skip to content

Commit

Permalink
chore: add localstack service
Browse files Browse the repository at this point in the history
  • Loading branch information
yutak23 committed Jan 17, 2024
1 parent c9ccc47 commit 3d51feb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,20 @@ on:
branches: ["master"]
pull_request:
branches: ["master"]
env:
AWS_REGION: us-east-1
AWS_ACCESS_KEY_ID: accesskey
AWS_SECRET_ACCESS_KEY: secretaccesskey
ENDPOINT: http://127.0.0.1:4566

jobs:
build:
runs-on: ubuntu-latest
services:
localstack:
image: localstack/localstack
ports:
- "127.0.0.1:4566:4566"
strategy:
matrix:
node-version: [18.x, 20.x]
Expand Down

0 comments on commit 3d51feb

Please sign in to comment.