Skip to content

exit with code

exit with code #31

Workflow file for this run

name: Bun/Wasmtime CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v4
- name: Install Wasmtime
uses: jcbhmr/setup-wasmtime@v2
- name: Setup Bun
uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Build reporter
run: bun run build:log
- name: Build tests
run: bun run pretest
- name: Run tests
run: bun run test