Skip to content

Commit bbf9b4b

Browse files
swirtch to nunit console
1 parent 8930ba9 commit bbf9b4b

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/ios_navigation_tests.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,20 @@ jobs:
7373
#run: dotnet build TransactionProcessor.Mobile/TransactionProcessor.Mobile.csproj -f net9.0-ios -c Release --no-restore
7474
run: dotnet build TransactionProcessor.Mobile/TransactionProcessor.Mobile.csproj -c Release -f net9.0-ios -r iossimulator-x64 /p:EnableAssemblyILStripping=false /p:EnableSymbolStrip=false /p:LinkMode=None
7575

76-
- name: Build TestCategoryLister
77-
run: |
78-
dotnet build TransactionProcessor.Mobile.UiTests/TransactionProcessor.Mobile.UiTests.csproj -c Debug --no-restore
79-
dotnet build TestCategoryLister/TestCategoryLister.csproj -c Release
76+
#- name: Build TestCategoryLister
77+
# run: |
78+
# dotnet build TransactionProcessor.Mobile.UiTests/TransactionProcessor.Mobile.UiTests.csproj -c Debug --no-restore
79+
# dotnet build TestCategoryLister/TestCategoryLister.csproj -c Release
8080

81-
- name: Run CategoryListerTool on UI Tests
82-
run: |
83-
dotnet TestCategoryLister/bin/Release/net9.0/TestCategoryLister.dll TransactionProcessor.Mobile.UiTests/bin/Debug/net9.0/TransactionProcessor.Mobile.UiTests.dll
81+
#- name: Run CategoryListerTool on UI Tests
82+
# run: |
83+
# dotnet TestCategoryLister/bin/Release/net9.0/TestCategoryLister.dll TransactionProcessor.Mobile.UiTests/bin/Debug/net9.0/TransactionProcessor.Mobile.UiTests.dll
8484

8585
- name: Run iOS Navigation Tests
8686
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
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
89+
nunit3-console TransactionProcessor.Mobile.UiTests/bin/Release/net9.0/TransactionProcessor.Mobile.UiTests.dll --where "(cat == PRNavTest && cat == iOS)"
8990
9091
- name: Upload Appium Logs on Failure
9192
if: failure()

0 commit comments

Comments
 (0)