Skip to content

feat: add case id to test hooks #16

feat: add case id to test hooks

feat: add case id to test hooks #16

Workflow file for this run

name: Test
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 15
- run: yarn install --frozen-lockfile
- run: yarn lint && yarn test