Skip to content

cleaner custom model handling. fixes: back-button from a custom-model… #1030

cleaner custom model handling. fixes: back-button from a custom-model…

cleaner custom model handling. fixes: back-button from a custom-model… #1030

name: Test and Build
on: push
jobs:
test_and_build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: v24.12.0
- name: Test and Build
run: |
npm ci --ignore-scripts
npm run test
npm run build