Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

v8.1.0

v8.1.0 #504

Workflow file for this run

name: Test
on: push
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test --coverage
component-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Cypress run
uses: cypress-io/github-action@v5
with:
component: true
- name: Component coverage
run: npx nyc report