Skip to content

Updating config and move package to organization #33

Updating config and move package to organization

Updating config and move package to organization #33

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