Skip to content

✨ OSIDB-3434: Reusable CvssCalculator for affect fields #509

✨ OSIDB-3434: Reusable CvssCalculator for affect fields

✨ OSIDB-3434: Reusable CvssCalculator for affect fields #509

Workflow file for this run

name: Test
on:
push:
branches:
- main
- uat
paths-ignore:
- 'selenium/**'
- 'features/**'
- 'build/**'
- 'scripts/**'
pull_request:
paths-ignore:
- 'selenium/**'
- 'features/**'
- 'build/**'
- 'scripts/**'
release:
types: [published]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/iron' # '20.x'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test:unit:nowatch
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/iron' # '20.x'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn build