Skip to content

Merge branch 'fix/migrate-to-npm-package-core' into fix/migrate-to-np… #309

Merge branch 'fix/migrate-to-npm-package-core' into fix/migrate-to-np…

Merge branch 'fix/migrate-to-npm-package-core' into fix/migrate-to-np… #309

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
paths:
- packages/**
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: 'true'
- name: Use Node.js 20.x
uses: actions/setup-node@v6
with:
node-version: "20.x"
- name: Install and Test
run: |
npm ci
npm run-script build
cd packages/compas-open-scd
npm run-script test