Skip to content

Commit

Permalink
Fix filters
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 18, 2024
1 parent b0c737d commit a1865be
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 @@ -154,7 +154,7 @@ jobs:
platform: macos
- os: ubuntu-latest
platform: linux
filter: --where Category != "Audio"
filter: --where="Category != Audio"
fail-fast: false
steps:
- name: Clone repository
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
working-directory: tests-desktopgl

- name: Run Game Tests
run: dotnet MonoGame.Tests.dll --timeout=300000 --where "Category = GameTest"
run: dotnet MonoGame.Tests.dll --timeout=300000 --where="Category = GameTest"
env:
CI: true
working-directory: tests-desktopgl
Expand Down

0 comments on commit a1865be

Please sign in to comment.