Skip to content

fix: tests and builds correctly #19

fix: tests and builds correctly

fix: tests and builds correctly #19

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
- run: npm install
- run: node --run build
- run: docker compose build
- run: docker compose up -d
- name: wait for localstack
run: sleep 5
- run: node test