Skip to content

Merge pull request #513 from BitGo/WIN-3693 #1186

Merge pull request #513 from BitGo/WIN-3693

Merge pull request #513 from BitGo/WIN-3693 #1186

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