Skip to content

Merge pull request #323 from BitGo/BG-79840-psbt-support #434

Merge pull request #323 from BitGo/BG-79840-psbt-support

Merge pull request #323 from BitGo/BG-79840-psbt-support #434

Workflow file for this run

name: Vitest Tests
on: push
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.15.0'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run Vitest tests
run: npm test