File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,11 +64,15 @@ jobs:
6464 run : dotnet build TransactionMobile.Maui/TransactionMobile.Maui.csproj -f net9.0-ios -c Release --no-restore
6565
6666 - name : find the app
67- run : find /Users/runner/work -name "*.app"
68-
69- - name : Copy App to folder
70- run : mkdir -p /Users/runner/work/mobileapp && cp -R /Users/runner/work/TransactionMobile/TransactionMobile/TransactionMobile.Maui/bin/Release/net9.0-ios/iossimulator-arm64/TransactionMobile.Maui.app /Users/runner/work/mobileapp/
67+ run : |
68+ find /Users/runner/work -name "*.app"
69+ mkdir -p /Users/runner/work/mobileapp
70+ cp -R /Users/runner/work/TransactionMobile/TransactionMobile/TransactionMobile.Maui/bin/Release/net9.0-ios/iossimulator-arm64/TransactionMobile.Maui.app /Users/runner/work/mobileapp/
7171
72+ - name : find the app 2
73+ run : |
74+ find /Users/runner/work -name "*.app"
75+
7276 - name : Run iOS Navigation Tests
7377 run : dotnet test TransactionMobile.Maui.UiTests/TransactionMobile.Maui.UiTests.csproj --filter "(Category=PRNavTest)&(Category=iOS)" --no-restore
7478
You can’t perform that action at this time.
0 commit comments