Skip to content

Allow testCaseId to default to codeRef which is not affected by process path as prefix #136

Allow testCaseId to default to codeRef which is not affected by process path as prefix

Allow testCaseId to default to codeRef which is not affected by process path as prefix #136

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
linux:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: npm install
- name: Install Dependencies
run: npm run build
- name: Lint / Dependencies / Unit Tests
run: npm run test