diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e19af302f..128eaf525 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,21 +32,21 @@ jobs: run: Xvfb $DISPLAY & - name: Run tests on Linux if: matrix.os == 'ubuntu-latest' - uses: nick-fields/retry@v2.9.0 + uses: nick-fields/retry@v3.0.0 with: timeout_minutes: 30 max_attempts: 3 command: mvn -B test -Dtest=!Record* - name: Run tests on Mac if: matrix.os == 'macos-latest' - uses: nick-fields/retry@v2.9.0 + uses: nick-fields/retry@v3.0.0 with: timeout_minutes: 30 max_attempts: 3 command: mvn -B test -Dtest=!Docker*,!Record* - name: Run tests on Windows if: matrix.os == 'windows-latest' - uses: nick-fields/retry@v2.9.0 + uses: nick-fields/retry@v3.0.0 with: timeout_minutes: 30 max_attempts: 3