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 4238641 commit d32ff25Copy full SHA for d32ff25
.github/workflows/specialized-test-runner.yml
@@ -46,8 +46,7 @@ jobs:
46
du -sh ${{ github.workspace }}
47
48
- name: Identify relevant test projects
49
- run: |
50
- ./eng/scripts/generate-test-matrix.sh ${{ parameters.attributeName }}
+ run: ./eng/scripts/generate-test-matrix.sh ${{ inputs.attributeName }}
51
52
# We need to build test projects, so that we can interrogate each test project
53
# and find out whether it contains any tests of the specified type.
0 commit comments