Skip to content

add new type of modal to show errors info and actions to solve it #1182

add new type of modal to show errors info and actions to solve it

add new type of modal to show errors info and actions to solve it #1182

name: Coverage Status
on: ["push", "pull_request"]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: npm install, make test-coverage
run: |
npm install
npm run test-ci
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}