Skip to content

Commit

Permalink
💚 (CI): Fix EA issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hjorslev committed May 19, 2020
1 parent cd96a32 commit 721292c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SteamPS.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add-BuildTask Init {

# Synopsis: Pester Tests
Add-BuildTask Test {
Remove-Module -Name $env:BHProjectName -Force
Remove-Module -Name $env:BHProjectName -Force -ErrorAction SilentlyContinue
Import-Module $env:BHPSModuleManifest -Force -Global
# Invoke Pester to run all of the unit tests, then save the results into XML in order to populate the AppVeyor tests section
# If any of the tests fail, consider the pipeline failed
Expand Down

0 comments on commit 721292c

Please sign in to comment.