Skip to content

Sync CoMPAS-OpenSCD with OpenSCD #82

Sync CoMPAS-OpenSCD with OpenSCD

Sync CoMPAS-OpenSCD with OpenSCD #82

Workflow file for this run

name: Test and Build
on: pull_request
jobs:
test-and-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install and Build
run: |
cd packages/compas-open-scd
npm ci
npm run-script build