Skip to content

Commit 326eb37

Browse files
Add test for Get-GitHubGitConfig
1 parent 6673bb3 commit 326eb37

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/Action-Test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
Get-GitHubContext
4545
}
4646
47+
LogGroup 'Get-GitHubGitConfig' {
48+
Get-GitHubGitConfig
49+
}
50+
4751
LogGroup 'Get-GitHubZen' {
4852
Get-GitHubZen
4953
}
@@ -129,6 +133,10 @@ jobs:
129133
Get-GitHubContext
130134
}
131135
136+
LogGroup 'Get-GitHubGitConfig' {
137+
Get-GitHubGitConfig
138+
}
139+
132140
LogGroup 'Get-GitHubApp' {
133141
Get-GitHubApp
134142
}

0 commit comments

Comments
 (0)