Skip to content

fix: spawn endpoint blocks only on true pulse-end hits #106

fix: spawn endpoint blocks only on true pulse-end hits

fix: spawn endpoint blocks only on true pulse-end hits #106

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
- feature/**
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.10
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build
run: bun run build
- name: Contract tests
run: bun run test:contracts
- name: Local smoke test
run: bun run smoke:local