Skip to content

Remove discover screen, fix avatar check #63

Remove discover screen, fix avatar check

Remove discover screen, fix avatar check #63

Workflow file for this run

name: Jest Unit Tests
on:
pull_request:
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