Skip to content

Commit 35599d4

Browse files
committed
fix
1 parent 996555d commit 35599d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/dts-e2e.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Create tests
2525
FOR ${platform} ${platform_variables} IN &{DTS_PLATFORM_VARIABLES}
2626
FOR ${workflow} IN @{platform_variables}[DTS_TEST_WORKFLOWS]
2727
FOR ${release} IN @{platform_variables}[DTS_TEST_WORKFLOW_RELEASES][${workflow}]
28-
${platform} ${workflow} ${release}
28+
${platform} ${workflow} ${platform_variables}[DTS_TEST_VERSIONS][${workflow}]
2929
END
3030
END
3131
END

0 commit comments

Comments
 (0)