Skip to content

Commit 29c8446

Browse files
committed
Squashed commit of the following:
commit be3e49b Author: Ramirez Vargas, José Pablo <webJose@gmail.com> Date: Fri Jun 20 22:49:55 2025 -0600 chore(CJ): Node.js version as string commit 0baa56f Author: José Pablo Ramírez Vargas <webJose@gmail.com> Date: Fri Jun 20 22:41:29 2025 -0600 fix: Convert version number to number (#51) commit c47fb9b Author: José Pablo Ramírez Vargas <webJose@gmail.com> Date: Fri Jun 20 22:30:43 2025 -0600 chore(CI): Allow on-demand testing selecting the Node.js version (#50) commit 197246d Author: José Pablo Ramírez Vargas <webJose@gmail.com> Date: Fri Jun 20 22:13:10 2025 -0600 feat: On-demand unit testing (#49) commit c7a30f4 Author: José Pablo Ramírez Vargas <webJose@gmail.com> Date: Fri Jun 20 21:46:30 2025 -0600 fix: Correct test CI file (#48) commit 56aefc5 Author: José Pablo Ramírez Vargas <webJose@gmail.com> Date: Fri Jun 20 21:29:44 2025 -0600 feat: Add CI/CD (#46)
1 parent 8df2892 commit 29c8446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dispatch-test-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ on:
1717
jobs:
1818
test:
1919
name: On-Demand Unit Testing on Node.js v${{ inputs.node-version }}
20-
uses: WJSoftware/cicd/.github/workflows/npm-test.yml@v0.1.0
20+
uses: WJSoftware/cicd/.github/workflows/npm-test.yml@v0.2
2121
secrets: inherit
2222
with:
2323
pwsh: false
2424
build: false
25-
node-version: ${{ format('{0}', inputs.node-version) }}
25+
node-version: ${{ inputs.node-version }}

0 commit comments

Comments
 (0)