Skip to content

fix: re-add as-bs dependency so that it will not break in non-local e… #280

fix: re-add as-bs dependency so that it will not break in non-local e…

fix: re-add as-bs dependency so that it will not break in non-local e… #280

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: Run Tests
run: bun run test