Skip to content

fix: Bill type

fix: Bill type #612

Workflow file for this run

name: Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Run Jest tests
run: yarn test
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}