Skip to content

chore(CI): Allow on-demand testing selecting the Node.js version #11

chore(CI): Allow on-demand testing selecting the Node.js version

chore(CI): Allow on-demand testing selecting the Node.js version #11

Workflow file for this run

name: Test Pull Request
on:
pull_request:
branches:
- '**'
jobs:
test:
name: Unit Testing
uses: WJSoftware/cicd/.github/workflows/[email protected]
secrets: inherit
with:
pwsh: false
build: false
ref: ${{ github.head_ref }}