We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d54b28c commit 9787557Copy full SHA for 9787557
1 file changed
.github/workflows/ios_navigation_tests.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Run iOS Navigation Tests
86
run: |
87
#dotnet build TransactionProcessor.Mobile.UiTests/TransactionProcessor.Mobile.UiTests.csproj -c Debug --no-restore
88
- dotnet test TransactionProcessor.Mobile.UiTests/TransactionProcessor.Mobile.UiTests.csproj --filter "Category=PRNavTest&Category=iOS" --no-restore
+ dotnet test TransactionProcessor.Mobile.UiTests/TransactionProcessor.Mobile.UiTests.csproj --filter "Category=PRNavTest" --no-restore
89
# dotnet tool install --global NUnit.ConsoleRunner.NetCore
90
# nunit3-console TransactionProcessor.Mobile.UiTests/bin/Release/net9.0/TransactionProcessor.Mobile.UiTests.dll --where "(cat == PRNavTest && cat == iOS)"
91
0 commit comments