Skip to content

sync(BTCPP): 6501206e6191206212703ebae98c1a95cf2bdc6f #20

sync(BTCPP): 6501206e6191206212703ebae98c1a95cf2bdc6f

sync(BTCPP): 6501206e6191206212703ebae98c1a95cf2bdc6f #20

Workflow file for this run

name: test
on: [push, pull_request]
env:
HUSKY: 0
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: |
yarn
yarn test