Skip to content

Merge pull request #259 from HackBeanpot/mike/next-body-parser-increase #286

Merge pull request #259 from HackBeanpot/mike/next-body-parser-increase

Merge pull request #259 from HackBeanpot/mike/next-body-parser-increase #286

Workflow file for this run

name: Jest
on:
push:
branches: [ main ]
pull_request:
branches: [ main, production ]
jobs:
jest-tests:
name: Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
uses: bahmutov/npm-install@v1
- run: yarn test:unit