Skip to content

Merge pull request #60 from patricknelson/dependabot/npm_and_yarn/rol… #119

Merge pull request #60 from patricknelson/dependabot/npm_and_yarn/rol…

Merge pull request #60 from patricknelson/dependabot/npm_and_yarn/rol… #119

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup kernel for react native, increase watchers
run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test