Skip to content

refactor: optimize test suite (143 → 77 tests) (#36) #129

refactor: optimize test suite (143 → 77 tests) (#36)

refactor: optimize test suite (143 → 77 tests) (#36) #129

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn lint
- run: yarn test