Skip to content

Bump uuid from 9.0.0 to 9.0.1 #195

Bump uuid from 9.0.0 to 9.0.1

Bump uuid from 9.0.0 to 9.0.1 #195

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@v3
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