Skip to content

Update cored to 6.3.30 and FML patch for identity #198

Update cored to 6.3.30 and FML patch for identity

Update cored to 6.3.30 and FML patch for identity #198

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@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
# https://github.com/actions/setup-node
node-version: 18
cache: npm
cache-dependency-path: matchbox-frontend/package-lock.json
- name: Install dependencies
run: npm install
- name: Test the build
run: npm run build