Skip to content

Commit 17de2d7

Browse files
🩹 [Refactor]: Change tests variable from array to hashtable for improved data structure in Gather-Tests workflow
1 parent ba02951 commit 17de2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/Gather-Tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
7575
$testSuites | Format-List
7676
77-
$tests = @(
77+
$tests = @{
7878
OS = $OSsToTest
7979
Path = $testSuites
80-
)
80+
}
8181
8282
8383
# $OSsToTest | ForEach-Object {

0 commit comments

Comments
 (0)