From ff03c1e56a482f54761e23cfa8fb1cedf21464f0 Mon Sep 17 00:00:00 2001 From: Heinrich Date: Wed, 27 Mar 2024 15:46:21 +0100 Subject: [PATCH] CI --- .github/workflows/run-unittests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-unittests.yml b/.github/workflows/run-unittests.yml index 2ec64d3..fab7881 100644 --- a/.github/workflows/run-unittests.yml +++ b/.github/workflows/run-unittests.yml @@ -121,6 +121,9 @@ jobs: Invoke-WebRequest -Uri https://github.com/coverallsapp/coverage-reporter/releases/latest/download/coveralls-windows.zip -OutFile coveralls-windows.zip Expand-Archive -Path '.\coveralls-windows.zip' -DestinationPath 'coveralls-windows' -Force dir + dir .\coveralls-windows + Install-Module -Name Git -Scope CurrentUser -Force + git --version .\coveralls-windows\coveralls.exe env: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}