Skip to content

Commit

Permalink
see if spaces work
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Oct 13, 2024
1 parent 3f4b2a6 commit 521140b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: tests-tools-${{ matrix.platform }}
path: tests-tools
path: tests tools

- name: Download tests-desktopgl-${{ matrix.platform }}
uses: actions/download-artifact@v3
Expand All @@ -231,7 +231,7 @@ jobs:
if: runner.os == 'Windows'

- name: Run Tools Tests
run: dotnet test tests-tools/MonoGame.Tools.Tests.dll --blame-hang-timeout 1m --filter="TestCategory!=Effects"
run: dotnet test "tests tools/MonoGame.Tools.Tests.dll" --blame-hang-timeout 1m --filter="TestCategory!=Effects"
env:
CI: true

Expand Down

0 comments on commit 521140b

Please sign in to comment.