Skip to content

tests: add more tests #32

tests: add more tests

tests: add more tests #32

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Deps
run: npm ci
- name: Build
run: npm run build
- name: Test
run: npm run test:ci