Skip to content

Merge pull request #19 from dacook/events #39

Merge pull request #19 from dacook/events

Merge pull request #19 from dacook/events #39

Workflow file for this run

name: Test
on: [push]
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version-file: '.node-version'
cache: 'yarn'
- name: test
run: |
yarn install --silent --non-interactive
yarn test
env:
CI: true
NOVE_ENV: test