Skip to content

Commit

Permalink
Check if test is flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie authored Mar 3, 2024
1 parent 68ea3f3 commit 88e8d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PwshSpectreConsole/Build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ if(Test-Path $installLocation) {
if(Test-Path $testingInstallLocation) {
Remove-Item $testingInstallLocation -Recurse -Force
}
Install-SpectreConsole -InstallLocation $installLocation -TestingInstallLocation $testingInstallLocation -Version $Version
Install-SpectreConsole -InstallLocation $installLocation -TestingInstallLocation $testingInstallLocation -Version $Version

0 comments on commit 88e8d59

Please sign in to comment.