Skip to content

Commit 93df271

Browse files
:|
1 parent 9600595 commit 93df271

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/windows_navigation_tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,11 @@ jobs:
7676
7777
- name: Install App
7878
shell: powershell
79+
#run: |
80+
# Add-AppxPackage .\TransactionProcessor.Mobile\bin\Release\net9.0-windows10.0.19041.0\win10-x64\AppPackages\TransactionProcessor.Mobile_1.0.0.1_Test\TransactionProcessor.Mobile_1.0.0.1_x64.msix
7981
run: |
80-
Add-AppxPackage .\TransactionProcessor.Mobile\bin\Release\net9.0-windows10.0.19041.0\win10-x64\AppPackages\TransactionProcessor.Mobile_1.0.0.1_Test\TransactionProcessor.Mobile_1.0.0.1_x64.msix
82+
Import-Module Appx
83+
.\TransactionMobile.Maui/bin/Release\net9.0-windows10.0.19041.0\win10-x64\AppPackages\TransactionProcessor.Mobile_1.0.0.1_Test\Install.ps1 -Force
8184
8285
- name: Run Windows Navigation Tests
8386
run: dotnet test TransactionProcessor.Mobile.UiTests/TransactionProcessor.Mobile.UiTests.csproj --filter "(Category=PRNavTest)&(Category=Windows)" --no-restore

0 commit comments

Comments
 (0)