Skip to content

Commit

Permalink
CI: check steps generator openucx#34
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Maslennikov committed Jun 2, 2020
1 parent ea2b963 commit ab0ca2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildlib/io-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- ucx_roce -equals yes
strategy:
matrix:
${{ each test in parameters.tests.keys() }}:
${{ test }}:
test_name: ${{ test }}
${{ each test in parameters.tests }}:
${{ test.Key }}:
test_name: ${{ test.Key }}
maxParallel: 1

displayName: Test
Expand Down

0 comments on commit ab0ca2b

Please sign in to comment.