Skip to content

Commit f15ae72

Browse files
Merge pull request #219 from TransactionProcessing/task/#218_update_shared_nugets
Shared nugets updated
2 parents 42dec58 + 324cafe commit f15ae72

13 files changed

Lines changed: 34 additions & 35 deletions

.github/workflows/android_e2e_tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,26 +163,26 @@ jobs:
163163
run: dotnet test TransactionProcessor.Mobile.UITests/TransactionProcessor.Mobile.UITests.csproj --filter "(Category=PRTest)&(Category=Android)" --no-restore
164164

165165
- name: Upload Logs on Failure
166-
#if: failure() # Runs only if a previous step fails
166+
if: always()
167167
uses: actions/upload-artifact@v4
168168
with:
169169
name: android-e2e_tests
170170
path: /home/txnproc/trace/
171171

172172
- name: Upload Appium Logs on Failure
173-
#if: failure()
173+
if: always()
174174
uses: actions/upload-artifact@v4
175175
with:
176176
name: android-e2e_tests_appium
177177
path: appium.log
178178

179179
- name: Capture emulator logs
180-
#if: failure()
180+
if: always()
181181
run: adb logcat -d > emulator-log.txt
182182

183183
- name: Upload emulator logs
184-
#if: failure()
184+
if: always()
185185
uses: actions/upload-artifact@v4
186186
with:
187187
name: android-emulator-logs
188-
path: emulator-log.txt
188+
path: emulator-log.txt

.github/workflows/android_navigation_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
run: dotnet test TransactionProcessor.Mobile.UITests/TransactionProcessor.Mobile.UITests.csproj --filter "(Category=PRNavTest)&(Category=Android)" --no-restore
151151

152152
- name: Upload Appium Logs on Failure
153-
if: failure()
153+
if: always()
154154
uses: actions/upload-artifact@v4
155155
with:
156156
name: android-software_navigation_tests_appium
@@ -300,8 +300,8 @@ jobs:
300300
run: dotnet test TransactionProcessor.Mobile.UITests/TransactionProcessor.Mobile.UITests.csproj --filter "(Category=PRHWNavTest)&(Category=Android)" --no-restore
301301

302302
- name: Upload Appium Logs on Failure
303-
if: failure()
303+
if: always()
304304
uses: actions/upload-artifact@v4
305305
with:
306306
name: android-hardware_navigation_tests_appium
307-
path: appium.log
307+
path: appium.log

.github/workflows/ios_e2e_tests - selfhosted.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
# nunit TransactionProcessor.Mobile.UiTests/bin/Release/net9.0/TransactionProcessor.Mobile.UiTests.dll --where "cat == PRNavTest && cat == iOS" --labels=All --result=TestResult-iOS.xml
193193

194194
- name: Upload Appium Logs on Failure
195-
if: failure()
195+
if: always()
196196
uses: actions/upload-artifact@v4
197197
with:
198198
name: ios-software_navigation_tests_appium
@@ -204,4 +204,4 @@ jobs:
204204
# name: iOS-Test-Results
205205
# path: TestResult-iOS.xml
206206

207-
207+

.github/workflows/ios_e2e_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
# nunit TransactionProcessor.Mobile.UiTests/bin/Release/net9.0/TransactionProcessor.Mobile.UiTests.dll --where "cat == PRNavTest && cat == iOS" --labels=All --result=TestResult-iOS.xml
175175

176176
- name: Upload Appium Logs on Failure
177-
if: failure()
177+
if: always()
178178
uses: actions/upload-artifact@v4
179179
with:
180180
name: ios-e2e_tests_appium
@@ -186,4 +186,4 @@ jobs:
186186
# name: iOS-Test-Results
187187
# path: TestResult-iOS.xml
188188

189-
189+

.github/workflows/ios_navigation_tests - selfhosted.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
# nunit TransactionProcessor.Mobile.UiTests/bin/Release/net9.0/TransactionProcessor.Mobile.UiTests.dll --where "cat == PRNavTest && cat == iOS" --labels=All --result=TestResult-iOS.xml
193193

194194
- name: Upload Appium Logs on Failure
195-
if: failure()
195+
if: always()
196196
uses: actions/upload-artifact@v4
197197
with:
198198
name: ios-software_navigation_tests_appium
@@ -204,4 +204,4 @@ jobs:
204204
# name: iOS-Test-Results
205205
# path: TestResult-iOS.xml
206206

207-
207+

.github/workflows/ios_navigation_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
# nunit TransactionProcessor.Mobile.UiTests/bin/Release/net9.0/TransactionProcessor.Mobile.UiTests.dll --where "cat == PRNavTest && cat == iOS" --labels=All --result=TestResult-iOS.xml
175175

176176
- name: Upload Appium Logs on Failure
177-
if: failure()
177+
if: always()
178178
uses: actions/upload-artifact@v4
179179
with:
180180
name: ios-software_navigation_tests_appium
@@ -186,4 +186,4 @@ jobs:
186186
# name: iOS-Test-Results
187187
# path: TestResult-iOS.xml
188188

189-
189+

.github/workflows/windows_e2e_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,17 @@ jobs:
6363
run: dotnet test TransactionProcessor.Mobile.UiTests/TransactionProcessor.Mobile.UiTests.csproj --filter "(Category=PRTest)&(Category=Windows)" --no-restore
6464

6565
- name: Upload Logs on Failure
66-
if: failure() # Runs only if a previous step fails
66+
if: always()
6767
uses: actions/upload-artifact@v4
6868
with:
6969
name: windows-e2e_tests
7070
path: C:\\Users\\runneradmin\\txnproc
7171

7272
- name: Upload Appium Logs on Failure
73-
if: failure()
73+
if: always()
7474
uses: actions/upload-artifact@v4
7575
with:
7676
name: windows-e2e_tests_appium
7777
path: appium.log
7878

79-
79+

.github/workflows/windows_navigation_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ jobs:
6363
run: dotnet test TransactionProcessor.Mobile.UiTests/TransactionProcessor.Mobile.UiTests.csproj --filter "(Category=PRNavTest)&(Category=Windows)" --no-restore
6464

6565
- name: Upload Appium Logs on Failure
66-
if: failure()
66+
if: always()
6767
uses: actions/upload-artifact@v4
6868
with:
6969
name: windows-software_navigation_tests_appium
7070
path: appium.log
7171

72-
72+

TransactionProcessor.Mobile.BusinessLogic/TransactionProcessor.Mobile.BusinessLogic.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
</PropertyGroup>
88
<ItemGroup>
99
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.6" />
10-
<PackageReference Include="SecurityService.Client" Version="2025.7.2-build90" />
10+
<PackageReference Include="SecurityService.Client" Version="2025.7.2" />
1111
<PackageReference Include="MediatR" Version="12.5.0" />
1212
<PackageReference Include="Refractored.MvvmHelpers" Version="1.6.2" />
1313
<PackageReference Include="sqlite-net-pcl" Version="1.9.172" />
1414
<PackageReference Include="SQLitePCLRaw.core" Version="2.1.11" />
1515
<PackageReference Include="SQLitePCLRaw.provider.sqlite3" Version="2.1.11" />
1616
<PackageReference Include="SQLitePCLRaw.bundle_green" Version="2.1.11" />
1717
<PackageReference Include="SQLitePCLRaw.provider.dynamic_cdecl" Version="2.1.11" />
18-
<PackageReference Include="Shared.Results" Version="2025.7.12" />
19-
<PackageReference Include="TransactionProcessorACL.DataTransferObjects" Version="2025.7.2-build67" />
18+
<PackageReference Include="Shared.Results" Version="2025.7.13" />
19+
<PackageReference Include="TransactionProcessorACL.DataTransferObjects" Version="2025.7.2" />
2020
<PackageReference Include="LiveChartsCore.SkiaSharpView" Version="2.0.0-rc2" />
2121
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" />
2222
</ItemGroup>

TransactionProcessor.Mobile.UITests/Common/DockerHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public async Task<IContainerService> SetupConfigHostContainer(List<INetworkServi
200200
environmentVariables.Add("AppSettings:InMemoryDatabase=true");
201201
this.ConfigHostContainerName = $"mobileconfighost{this.TestId:N}";
202202

203-
String imageName = "stuartferguson/mobileconfiguration:latest";
203+
String imageName = "stuartferguson/mobileconfiguration:master";
204204

205205
if (FdOs.IsWindows() && Shared.IntegrationTesting.DockerHelper.GetDockerEnginePlatform() == DockerEnginePlatform.Windows){
206206
imageName = "stuartferguson/mobileconfigurationwindows:master";

0 commit comments

Comments
 (0)