Skip to content

Testcase for FML transform #255

Testcase for FML transform

Testcase for FML transform #255

Workflow file for this run

name: Test the Angular GUI
on:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
test-angular:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./matchbox-frontend
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
# https://github.com/actions/setup-node
node-version: 20
cache: npm
cache-dependency-path: matchbox-frontend/package-lock.json
- name: Install dependencies
run: npm install
- name: Test the build
run: npm run build