Skip to content

Commit ae1cb24

Browse files
:|
1 parent b6d5655 commit ae1cb24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows_navigation_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ jobs:
7373
shell: powershell
7474
run: |
7575
Import-Module Appx
76-
.\TransactionMobile.Maui/bin/Release/net9.0-windows10.0.19041.0/win-x64/AppPackages/TransactionMobile.Maui_1.0.0.0_Test/Install.ps1 -Force
76+
.\TransactionProcessor.Mobile/bin/Release/net9.0-windows10.0.19041.0/win-x64/AppPackages/TransactionProcessor.Mobile_1.0.0.0_Test/Install.ps1 -Force
7777
7878
- name: Run Windows Navigation Tests
79-
run: dotnet test TransactionMobile.Maui.UiTests/TransactionMobile.Maui.UiTests.csproj --filter "(Category=PRNavTest)&(Category=Windows)" --no-restore
79+
run: dotnet test TransactionProcessor.Mobile.UiTests/TransactionProcessor.Mobile.UiTests.csproj --filter "(Category=PRNavTest)&(Category=Windows)" --no-restore
8080

8181
- name: Upload Appium Logs on Failure
8282
if: failure()

0 commit comments

Comments
 (0)