Skip to content

fix(test): harden runner exit hygiene and stabilize long swarm tests #15

fix(test): harden runner exit hygiene and stabilize long swarm tests

fix(test): harden runner exit hygiene and stabilize long swarm tests #15

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10.26.0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run CI
run: pnpm run ci