Skip to content

feat: Group Names from network #118

feat: Group Names from network

feat: Group Names from network #118

Workflow file for this run

name: Jest Unit Tests
on:
pull_request:
paths:
# JS Specific Files
- 'src/**'
- 'e2e/**'
- 'tsconfig.json'
- 'App.tsx'
# Build Files
- 'yarn.lock'
- 'package.json'
- 'patches/**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v3
- run: yarn
- run: yarn test