Added powershell unit tests to CI config

This commit is contained in:
simwai
2024-05-23 18:16:37 +02:00
parent 1352240ec7
commit 670c5d0067

View File

@@ -71,6 +71,11 @@ jobs:
run: | run: |
pytest --random-order --cov=freqtrade --cov=freqtrade_client --cov-config=.coveragerc pytest --random-order --cov=freqtrade --cov=freqtrade_client --cov-config=.coveragerc
- name: Run Pester tests with code coverage
shell: pwsh
run: |
Invoke-Pester -Path tests -EnableExit
- name: Coveralls - name: Coveralls
if: (runner.os == 'Linux' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-22.04') if: (runner.os == 'Linux' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-22.04')
env: env: