Skip to content

Commit d32ff25

Browse files
committed
fix yml
1 parent 4238641 commit d32ff25

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/specialized-test-runner.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
du -sh ${{ github.workspace }}
4747
4848
- name: Identify relevant test projects
49-
run: |
50-
./eng/scripts/generate-test-matrix.sh ${{ parameters.attributeName }}
49+
run: ./eng/scripts/generate-test-matrix.sh ${{ inputs.attributeName }}
5150

5251
# We need to build test projects, so that we can interrogate each test project
5352
# and find out whether it contains any tests of the specified type.

0 commit comments

Comments
 (0)