Skip to content

Merge branch 'main' into dependabot/github_actions/alex-page/github-p… #136

Merge branch 'main' into dependabot/github_actions/alex-page/github-p…

Merge branch 'main' into dependabot/github_actions/alex-page/github-p… #136

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install and Test
run: |
cd packages/compas-open-scd
npm ci
npm run-script test