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";