Skip to content

[CM2] Fix post links by passing the same post reference in category #242

[CM2] Fix post links by passing the same post reference in category

[CM2] Fix post links by passing the same post reference in category #242

Workflow file for this run

name: Tests (windows/macOS/ubuntu)
on: push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
node: [18, 20, 21]
name: Node ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: install dependencies
run: npm ci
- name: run tests
run: npm run test:ci
- name: Coveralls
uses: coverallsapp/github-action@v2