Skip to content

Removed dist folder #1572

Removed dist folder

Removed dist folder #1572

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
paths:
- packages/open-scd/**
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install and Test
run: |
cd packages/open-scd
npm clean-install
npm run-script test