From ab0ca2be11f82ed9e22ce7a27e2fdfde7b1e84f4 Mon Sep 17 00:00:00 2001 From: Andrey Maslennikov Date: Tue, 2 Jun 2020 10:36:52 +0300 Subject: [PATCH] CI: check steps generator #34 --- buildlib/io-demo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildlib/io-demo.yml b/buildlib/io-demo.yml index def15c68932..b22a777d8ac 100644 --- a/buildlib/io-demo.yml +++ b/buildlib/io-demo.yml @@ -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