Skip to content

feat(black-duck): Make the log output show how the origin is determined #4999

feat(black-duck): Make the log output show how the origin is determined

feat(black-duck): Make the log output show how the origin is determined #4999

Workflow file for this run

name: Website Test
on:
pull_request:
branches:
- main
jobs:
test:
name: Website Test
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
with:
node-version: 18
cache: npm
cache-dependency-path: website/package-lock.json
- name: Install dependencies
run: npm ci
working-directory: website
- name: Test build
run: npm run build
working-directory: website