Skip to content

feat: add SNS support #50

feat: add SNS support

feat: add SNS support #50

Workflow file for this run

name: build
on:
pull_request: {}
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
concurrency: build
env:
CI: "true"
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build
- name: Start LocalStack
uses: LocalStack/[email protected]
with:
image-tag: "latest"
- name: Run tests
run: pnpm test