Skip to content

Merge pull request #2 from spherity/fix/add-module-to-package-json #63

Merge pull request #2 from spherity/fix/add-module-to-package-json

Merge pull request #2 from spherity/fix/add-module-to-package-json #63

Workflow file for this run

name: Build and Test NODE
on:
push:
-branches:
- main
pull_request:
workflow_dispatch:
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
- run: npm run generate-plugin-schema
- run: npm run test:ci