Skip to content

MacOS Test

MacOS Test #278

Workflow file for this run

name: MacOS Test
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: npm ci
- run: npm run build
- run: npm run karmaSafari
- run: npm run karmaFirefox