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 996555d commit 35599d4Copy full SHA for 35599d4
dts/dts-e2e.robot
@@ -25,7 +25,7 @@ Create tests
25
FOR ${platform} ${platform_variables} IN &{DTS_PLATFORM_VARIABLES}
26
FOR ${workflow} IN @{platform_variables}[DTS_TEST_WORKFLOWS]
27
FOR ${release} IN @{platform_variables}[DTS_TEST_WORKFLOW_RELEASES][${workflow}]
28
- ${platform} ${workflow} ${release}
+ ${platform} ${workflow} ${platform_variables}[DTS_TEST_VERSIONS][${workflow}]
29
END
30
31
0 commit comments