Skip to content

Bump fs-extra from 11.1.1 to 11.2.0 (#300) #215

Bump fs-extra from 11.1.1 to 11.2.0 (#300)

Bump fs-extra from 11.1.1 to 11.2.0 (#300) #215

Workflow file for this run

name: Test multiple-cucumber-html-reporter
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Run Unit Tests and generate coverage report
run: npm run unit.test.coverage