2 parents 8c3b92a + 9c0a5c3 commit 1bde713Copy full SHA for 1bde713
1 file changed
.github/workflows/publish.yml
@@ -41,7 +41,8 @@ jobs:
41
Import-Module Pester
42
43
$config = New-PesterConfiguration
44
- $config.Run.Path = './Tests'
+ # Only run unit tests, exclude integration tests (require API credentials)
45
+ $config.Run.Path = './Tests/Spotishell.Tests.ps1'
46
$config.Run.Exit = $true
47
$config.Output.Verbosity = 'Detailed'
48
0 commit comments