Skip to content

Merge pull request #279 from DeveloperMindset-com/dependabot/npm_and_… #368

Merge pull request #279 from DeveloperMindset-com/dependabot/npm_and_…

Merge pull request #279 from DeveloperMindset-com/dependabot/npm_and_… #368

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Test
run: |
npm install
npx jest
- name: Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage/coverage-final.json
fail_ci_if_error: true