Skip to content

v2.6.1

v2.6.1 #43

name: Unit Tests MacOS
on:
push:
branches: [ master, release/* ]
jobs:
build:
runs-on: macos-latest
timeout-minutes: 45
strategy:
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm run setup
- run: npm run test
- uses: test-summary/action@v2
if: always()
with:
paths: |
packages/core/*/test-reports/junit.xml
packages/plugin-packages/*/test-reports/junit.xml