Skip to content

Commit e128f3f

Browse files
feat: add test path and name for macOS environment in Settings.json
1 parent 8d28ca6 commit e128f3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@
117117
},
118118
{
119119
"RunsOn": "macos-latest",
120-
"OSName": "macOS"
120+
"OSName": "macOS",
121+
"TestPath": "./tests/Environment.Tests.ps1",
122+
"TestName": "Environment"
121123
},
122124
{
123125
"RunsOn": "windows-latest",

0 commit comments

Comments
 (0)