diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 559484d55..3204b786d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.7 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" attempt_limit: 2 @@ -107,7 +107,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.7 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" attempt_limit: 2 @@ -135,7 +135,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.7 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" attempt_limit: 2 @@ -191,7 +191,7 @@ jobs: - name: Build example solution run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True - name: Run example tests - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.7 with: command: dotnet test Examples --no-build attempt_limit: 2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47b6af6a2..558dbf0f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.7 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults" attempt_limit: 2 @@ -58,7 +58,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.7 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults" attempt_limit: 2 @@ -92,7 +92,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.7 with: command: dotnet test --no-build --collect:"XPlat Code Coverage" --logger trx --results-directory "TestResults" attempt_limit: 2 @@ -162,7 +162,7 @@ jobs: - name: Build example solution run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True - name: Run example tests - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.7 with: command: dotnet test Examples --no-build attempt_limit: 2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d6405647..4b4a4033a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.7 with: command: dotnet test --no-build attempt_limit: 2 @@ -118,7 +118,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.7 with: command: dotnet test --no-build attempt_limit: 2 @@ -146,7 +146,7 @@ jobs: - name: Build solution run: dotnet build /p:NetCoreOnly=True --configuration "Release" - name: Run tests - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.7 with: command: dotnet test --no-build attempt_limit: 2 @@ -200,7 +200,7 @@ jobs: - name: Build example solution run: dotnet build Examples /p:UseFileReferenceToTestablyLibraries=True --configuration "Release" - name: Run example tests - uses: Wandalen/wretry.action@v1.4.5 + uses: Wandalen/wretry.action@v1.4.7 with: command: dotnet test Examples --no-build attempt_limit: 2