Skip to content

feat: add stopOnInit option to AutoPlay plugin #74

feat: add stopOnInit option to AutoPlay plugin

feat: add stopOnInit option to AutoPlay plugin #74

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
node-version: 14.15.4
- name: install
run: npm install
- name: lint
run: npm run lint
- name: test
run: npm run coverage
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}