Skip to content

Commit

Permalink
Fixed Mono not being tested (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas authored Feb 13, 2024
1 parent 025b002 commit a862748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test-execute-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit a862748

Please sign in to comment.