Skip to content

Commit

Permalink
Fix running tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 17, 2024
1 parent 6b6d498 commit 713a10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
working-directory: tests-desktopgl

- name: Run Tests
run: dotnet MonoGame.Tests.exe
run: dotnet MonoGame.Tests.dll
env:
CI: true
working-directory: tests-windowsdx
Expand Down

0 comments on commit 713a10c

Please sign in to comment.