Skip to content

fix: tests and builds correctly #9

fix: tests and builds correctly

fix: tests and builds correctly #9

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: build
run: npm install
- name: build
run: node --run build
- name: run localstack
run: docker compose build
- name: run localstack
run: docker compose up -d
- name: wait for localstack
run: ./scripts/wait-for-url.js http://localhost:4566 && sleep 5
- name: test
run: node test