Skip to content

feat(playground): BTSL logs, UX journey, demo params & auto UTXO fetch #3

feat(playground): BTSL logs, UX journey, demo params & auto UTXO fetch

feat(playground): BTSL logs, UX journey, demo params & auto UTXO fetch #3

Workflow file for this run

name: Test
on:
push:
branches: [main, master]
pull_request:
jobs:
parser-corpus:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 10
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm test