Skip to content

Merge branch 'release/2.0.1' into develop #7

Merge branch 'release/2.0.1' into develop

Merge branch 'release/2.0.1' into develop #7

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 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: yarn install, yarn run test:coverage
run: |
yarn
yarn run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@v2