Skip to content

feat: add SQS support #45

feat: add SQS support

feat: add SQS support #45

Workflow file for this run

name: build
on:
pull_request: {}
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