Skip to content

refactor: tests

refactor: tests #199

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
push:
branches:
- '**'
tags-ignore:
- '**'
paths-ignore:
- 'projects/docs/**'
concurrency:
group: run-tests-group-${{ github.ref }}
cancel-in-progress: true
jobs:
ci_tests:
uses: dsi-hug/actions/.github/workflows/action.yml@v2
with:
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
node-versions: '[18, 20]'
working-directory: projects/lib
lint: true
test: true
build: true