Update plugin loading, update example plugin, add ci task for testing if builds work

This commit is contained in:
TheArcaneBrony
2022-08-13 08:54:50 +02:00
parent 2c40b1ebae
commit 87d6a6778c
10 changed files with 66 additions and 13 deletions
+29
View File
@@ -0,0 +1,29 @@
on:
workflow_dispatch:
push:
paths:
- "**"
name: Test Build
jobs:
insiders-build:
strategy:
matrix:
os: [windows, macos, ubuntu]
include:
- os: windows
- os: macos
- os: ubuntu
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
env:
MONGOMS_VERSION: 4.4.3
with:
node-version: 18
- run: |
cd bundle
npm run setup
npm run build clean logerrors pretty-errors propagate-err