Skip to content

Move to the (JDK11+) Doclet API #47

Move to the (JDK11+) Doclet API

Move to the (JDK11+) Doclet API #47

Workflow file for this run

name: Angular CI
on:
push:
branches: [master]
pull_request:
branches: [master]
defaults:
run:
working-directory: ./frank-doc-frontend
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run tests
run: npm test -- --no-watch --no-progress --browsers=ChromeHeadless