From 670c5d0067a49d046c81c9b7987d2919af0a8621 Mon Sep 17 00:00:00 2001 From: simwai <16225108+simwai@users.noreply.github.com> Date: Thu, 23 May 2024 18:16:37 +0200 Subject: [PATCH] Added powershell unit tests to CI config --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bc2ac1f5..b36813a7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,6 +71,11 @@ jobs: run: | 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 if: (runner.os == 'Linux' && matrix.python-version == '3.10' && matrix.os == 'ubuntu-22.04') env: