Skip to content

fix(ink-web): upgrade to ink 6.8.0 and fix rendering compatibility #38

fix(ink-web): upgrade to ink 6.8.0 and fix rendering compatibility

fix(ink-web): upgrade to ink 6.8.0 and fix rendering compatibility #38

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.3.2"
- name: Install dependencies
run: bun install
- name: Run tests
run: bun run test:ci
env:
CI: "false"