PR-247699: fixing name of unit testing workflow.

This commit is contained in:
2025-04-11 18:20:15 +00:00
parent f04553d033
commit 1e17457c5d
3 changed files with 14 additions and 18 deletions

View File

@ -14,16 +14,12 @@ jobs:
# Job to run unit tests
unit-front-end-testing:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
- name: Use Node.js latest
uses: actions/setup-node@v3
with:
node-version: 16
node-version: latest
cache: 'npm'
registry-url: https://registry.npmjs.org/
- run: npm ci
@ -73,7 +69,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: latest
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run build