We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06371a5 commit b4abbe5Copy full SHA for b4abbe5
.github/workflows/test-template.yml
@@ -130,11 +130,11 @@ jobs:
130
- name: Code checkout
131
uses: actions/checkout@v4
132
133
- - name: Install Node ${{ matrix.node-version }} and Dependencies
+ - name: Install Node ${{ inputs.node-version }} and Dependencies
134
uses: ./.github/actions/npm-setup
135
with:
136
- runner: ${{ matrix.runner }}
137
- node-version: ${{ matrix.node-version }}
+ runner: ${{ inputs.runner }}
+ node-version: ${{ inputs.node-version }}
138
139
- name: Run tests
140
run: npm run test:ci -- ${{ inputs.workspace }}
0 commit comments