Skip to content

nv: All tests passing in utils #84

nv: All tests passing in utils

nv: All tests passing in utils #84

Workflow file for this run

name: not-travis
on: ["push", "pull_request"]
jobs:
do-de-stuff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn
- run: yarn lint
- run: yarn run jest --coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}