Skip to content

Merge pull request #9 from Fonger/dependabot/npm_and_yarn/babel/trave… #48

Merge pull request #9 from Fonger/dependabot/npm_and_yarn/babel/trave…

Merge pull request #9 from Fonger/dependabot/npm_and_yarn/babel/trave… #48

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install
uses: actions/setup-node@v2
with:
node-version: 16.x
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test
- run: yarn build
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v2.1.0
with:
files: coverage/lcov.info
fail_ci_if_error: true