Skip to content

Merge pull request #1 from Jackiexiao/patch-1 #13

Merge pull request #1 from Jackiexiao/patch-1

Merge pull request #1 from Jackiexiao/patch-1 #13

Workflow file for this run

on: ['push', 'pull_request']
name: Test Coveralls
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: make test coverage
run: |
yarn
yarn test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}