Skip to content

Merge pull request #462 from BitGo/COIN-973-wrw-support-non-bitgo-coi… #1022

Merge pull request #462 from BitGo/COIN-973-wrw-support-non-bitgo-coi…

Merge pull request #462 from BitGo/COIN-973-wrw-support-non-bitgo-coi… #1022

Workflow file for this run

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