Skip to content

chore: run test on all pushes/pull requests #1

chore: run test on all pushes/pull requests

chore: run test on all pushes/pull requests #1

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Install Volta
uses: volta-cli/action@v4
- name: Install dependencies
run: pnpm install
env:
HUSKY: 0
- name: Run tests
run: pnpm run test