Skip to content

Merge pull request #12 from nlsnbucket/feat/user #16

Merge pull request #12 from nlsnbucket/feat/user

Merge pull request #12 from nlsnbucket/feat/user #16

Workflow file for this run

# Docs: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: Tests
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn
- run: npx jest --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3