Skip to content

Commit 1c3b929

Browse files
:|
1 parent f0fa03a commit 1c3b929

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ios_navigation_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
8181
- name: Run CategoryListerTool on UI Tests
8282
run: |
83-
dotnet TestCategoryLister/TestCategoryLister/bin/Release/net9.0/TestCategoryLister.dll TransactionProcessor.Mobile.UiTests/bin/Debug/net9.0/TransactionProcessor.Mobile.UiTests.dll
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: |

TestCategoryLister/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ static void Main(string[] args)
1313
return;
1414
}
1515

16-
var path = args[0];
16+
var path = "args[0]";
1717
var asm = Assembly.LoadFrom(path);
1818

1919
foreach (var type in asm.GetTypes())

0 commit comments

Comments
 (0)