mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update pester command
This commit is contained in:
parent
7b6864b991
commit
e7559cc62c
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -323,7 +323,8 @@ jobs:
|
||||||
Write-host $PSVersionTable.PSVersion.Major $PSVersionTable.PSRemotingProtocolVersion.Minor
|
Write-host $PSVersionTable.PSVersion.Major $PSVersionTable.PSRemotingProtocolVersion.Minor
|
||||||
Set-PSRepository psgallery -InstallationPolicy trusted
|
Set-PSRepository psgallery -InstallationPolicy trusted
|
||||||
Install-Module -Name Pester -RequiredVersion 5.3.1 -Confirm:$false -Force
|
Install-Module -Name Pester -RequiredVersion 5.3.1 -Confirm:$false -Force
|
||||||
Invoke-Pester -Path "tests"
|
|
||||||
|
Invoke-Pester -Path "tests" -CI
|
||||||
shell: powershell
|
shell: powershell
|
||||||
|
|
||||||
- name: Discord notification
|
- name: Discord notification
|
||||||
|
|
Loading…
Reference in New Issue
Block a user