Skip to content

fix: typing error

fix: typing error #68

Workflow file for this run

name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: npm ci && npm run build
- run: npm run test:unit
- run: npm run test:e2e