Skip to content

Feature/update angular 16 (#128) #241

Feature/update angular 16 (#128)

Feature/update angular 16 (#128) #241

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Runs Tests within Docker Instance
run: |
npm ci --quiet --no-progress
npm run test:once