We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fa03a commit 1c3b929Copy full SHA for 1c3b929
2 files changed
.github/workflows/ios_navigation_tests.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Run CategoryListerTool on UI Tests
82
run: |
83
- dotnet TestCategoryLister/TestCategoryLister/bin/Release/net9.0/TestCategoryLister.dll TransactionProcessor.Mobile.UiTests/bin/Debug/net9.0/TransactionProcessor.Mobile.UiTests.dll
+ dotnet TestCategoryLister/bin/Release/net9.0/TestCategoryLister.dll TransactionProcessor.Mobile.UiTests/bin/Debug/net9.0/TransactionProcessor.Mobile.UiTests.dll
84
85
- name: Run iOS Navigation Tests
86
TestCategoryLister/Program.cs
@@ -13,7 +13,7 @@ static void Main(string[] args)
13
return;
14
}
15
16
- var path = args[0];
+ var path = "args[0]";
17
var asm = Assembly.LoadFrom(path);
18
19
foreach (var type in asm.GetTypes())
0 commit comments