File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1717jobs :
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.3
20+ uses : WJSoftware/cicd/.github/workflows/npm-test.yml@v0.4
2121 secrets : inherit
2222 with :
2323 pwsh : false
2424 build : false
2525 node-version : ${{ inputs.node-version }}
26- ref : ${{ github.ref }}
Original file line number Diff line number Diff line change 2222jobs :
2323 publish :
2424 name : Publish NPM Package
25- uses : WJSoftware/cicd/.github/workflows/npm-publish.yml@v0.3
25+ uses : WJSoftware/cicd/.github/workflows/npm-publish.yml@v0.4
2626 secrets : inherit
2727 with :
2828 node-version : ${{ inputs.node-version }}
Original file line number Diff line number Diff line change 88jobs :
99 test :
1010 name : Unit Testing
11- uses : WJSoftware/cicd/.github/workflows/npm-test.yml@v0.3
11+ uses : WJSoftware/cicd/.github/workflows/npm-test.yml@v0.4
1212 secrets : inherit
1313 with :
1414 pwsh : false
1515 build : false
16- ref : ${{ github.head_ref }}
You can’t perform that action at this time.
0 commit comments