Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: sleep 10

- name: Integration Tests For Durable Tasks
uses: nick-fields/retry@v3
uses: nick-fields/retry@v4
with:
max_attempts: 2
timeout_minutes: 30
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
run: ./mvnw clean install -B -q -DskipTests
- name: Integration tests using Spring Boot ${{ matrix.spring-boot-version }}
id: integration_tests
uses: nick-fields/retry@v3
uses: nick-fields/retry@v4
with:
max_attempts: 2
timeout_minutes: 30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Install jars
run: ./mvnw clean install -DskipTests -q
- name: Validate examples
uses: nick-fields/retry@v3
uses: nick-fields/retry@v4
with:
max_attempts: 2
timeout_minutes: 30
Expand Down
Loading