Browse Source

retry integration tests up to 3 times.

Dan Walmsley 3 năm trước cách đây
mục cha
commit
929f1e6b92
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      azure-pipelines-integrationtests.yml

+ 1 - 0
azure-pipelines-integrationtests.yml

@@ -57,6 +57,7 @@ jobs:
       projects: 'samples/IntegrationTestApp/IntegrationTestApp.csproj'
 
   - task: DotNetCoreCLI@2
+    retryCountOnTaskFailure: 3
     inputs:
       command: 'test'
       projects: 'tests/Avalonia.IntegrationTests.Appium/Avalonia.IntegrationTests.Appium.csproj'