Skip to content

Bump bahmutov/npm-install from 1.10.2 to 1.10.3 #3

Bump bahmutov/npm-install from 1.10.2 to 1.10.3

Bump bahmutov/npm-install from 1.10.2 to 1.10.3 #3

Workflow file for this run

name: Coverage
# Skip job run if PR updated
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request_target:
paths-ignore:
- 'docs/**'
workflow_dispatch:
jobs:
coverage:
runs-on: ubuntu-latest
name: Coverage report
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Test coverage
uses: ./ # Uses an action in the root directory
with:
annotations: failed-tests
test-script: npm run test:coverage