Skip to content

Angular Unit Tests

Angular Unit Tests #5

Workflow file for this run

name: Angular CI
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
working-directory: ui
run: npm i
- name: Run tests
working-directory: ui
run: npm test