Skip to content

Bump @stryker-mutator/mocha-runner from 5.6.1 to 8.7.1 #145

Bump @stryker-mutator/mocha-runner from 5.6.1 to 8.7.1

Bump @stryker-mutator/mocha-runner from 5.6.1 to 8.7.1 #145

Workflow file for this run

name: CI
on:
push:
branches: [master]
paths-ignore:
- 'README.md'
- 'docs/**'
pull_request:
branches: [master]
paths-ignore:
- 'README.md'
- 'docs/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12.x
- run: npm ci
- run: npm run test
- run: npm run mutate
- run: npm run coverage
- uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}