diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e87172607..5379b58c5 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.3.0 + uses: Wandalen/wretry.action@v1.4.4 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.3.0 + uses: Wandalen/wretry.action@v1.4.4 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.3.0 + uses: Wandalen/wretry.action@v1.4.4 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.3.0 + uses: Wandalen/wretry.action@v1.4.4 with: command: dotnet test Examples --no-build attempt_limit: 2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c311508da..0720afe12 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.3.0 + uses: Wandalen/wretry.action@v1.4.4 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.3.0 + uses: Wandalen/wretry.action@v1.4.4 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.3.0 + uses: Wandalen/wretry.action@v1.4.4 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.3.0 + uses: Wandalen/wretry.action@v1.4.4 with: command: dotnet test Examples --no-build attempt_limit: 2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a01f205a3..2ea67a7bf 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.3.0 + uses: Wandalen/wretry.action@v1.4.4 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.3.0 + uses: Wandalen/wretry.action@v1.4.4 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.3.0 + uses: Wandalen/wretry.action@v1.4.4 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.3.0 + uses: Wandalen/wretry.action@v1.4.4 with: command: dotnet test Examples --no-build attempt_limit: 2