Skip to content

fix tests

fix tests #189

Workflow file for this run

name: Test and lint
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Move
run: cd packages/prong
- name: Install 🔧
run: yarn
- name: Test
run: yarn test
- name: Lint
run: yarn lint