Skip to content

refactor: adopt @omicronenergy/oscd-api #8

refactor: adopt @omicronenergy/oscd-api

refactor: adopt @omicronenergy/oscd-api #8

Workflow file for this run

name: Test branch
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install dependencies
run: npm ci
- name: Install optional dependencies
run: npm install @rollup/rollup-linux-x64-gnu
- name: Run tests
run: npm run-script test