Skip to content

Commit

Permalink
try using cmd not pwsh
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 22, 2024
1 parent 6caca89 commit 1f9ef37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,8 @@ jobs:
CI: true

- name: Run DirectX Tests
run: dotnet test MonoGame.Tests.dll
shell: cmd
run: dotnet MonoGame.Tests.dll
env:
CI: true
working-directory: tests-windowsdx
Expand Down

0 comments on commit 1f9ef37

Please sign in to comment.