Skip to content

Diplomat v0.6.0

Diplomat v0.6.0 #228

name: Test Build (macOS 15)
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: macos-15
steps:
- name: Install native dependencies for canvas
run: |
brew install pkg-config cairo pango libpng jpeg giflib pixman
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: package.json
- name: Build Shield Library 🛡️
run: |
cd shieldlib
npm ci --include=dev
npm run build
- name: Install and Build 🔧
run: |
npm ci --include=dev
npm run build
npm run style
- name: Test 🧪
run: |
npm test
cd shieldlib
npm test