Skip to content

Merge pull request #499 from alexa/release-v2.30.6 #898

Merge pull request #499 from alexa/release-v2.30.6

Merge pull request #499 from alexa/release-v2.30.6 #898

Workflow file for this run

name: Unit Test
on:
push:
branches:
- master
- develop
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node: [16, 18]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run test:report