Skip to content

Bump tough-cookie, jest and react-scripts (#21) #29

Bump tough-cookie, jest and react-scripts (#21)

Bump tough-cookie, jest and react-scripts (#21) #29

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
env:
NODE_ENV: test
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node
uses: actions/[email protected]
with:
node-version: '12.x'
- name: Install yarn
run: npm install -g yarn
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn run test:unit