Skip to content

Commit 9787557

Browse files
:|
1 parent d54b28c commit 9787557

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ios_navigation_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Run iOS Navigation Tests
8686
run: |
8787
#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
88+
dotnet test TransactionProcessor.Mobile.UiTests/TransactionProcessor.Mobile.UiTests.csproj --filter "Category=PRNavTest" --no-restore
8989
# dotnet tool install --global NUnit.ConsoleRunner.NetCore
9090
# nunit3-console TransactionProcessor.Mobile.UiTests/bin/Release/net9.0/TransactionProcessor.Mobile.UiTests.dll --where "(cat == PRNavTest && cat == iOS)"
9191

0 commit comments

Comments
 (0)