From a8627484803d96b9a667ad38de50f30e6230713b Mon Sep 17 00:00:00 2001 From: Vitalii Mikhailov Date: Wed, 14 Feb 2024 01:20:49 +0200 Subject: [PATCH] Fixed Mono not being tested (#577) --- .github/actions/test-execute-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test-execute-test/action.yml b/.github/actions/test-execute-test/action.yml index 80419204..e8e49044 100644 --- a/.github/actions/test-execute-test/action.yml +++ b/.github/actions/test-execute-test/action.yml @@ -70,7 +70,7 @@ runs: shell: pwsh - name: Perform Tests Windows FX/Mono - if: ${{inputs.os == 'windows' && inputs.runtime-type == 'fx'}} + if: ${{inputs.os == 'windows' && (inputs.runtime-type == 'fx' || inputs.runtime-type == 'mono')}} run: | $mono = "${{steps.get-program-files.outputs.path}}/Mono/bin/mono.exe";