Skip to content

Commit

Permalink
Merge pull request #2639 from jandubois/nick-fields
Browse files Browse the repository at this point in the history
nick-invision/retry has been transferred to nick-fields/retry
  • Loading branch information
AkihiroSuda committed Sep 20, 2024
2 parents b5b5600 + 274c12f commit b350775
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
- name: "Show cache"
run: ./hack/debug-cache.sh
- name: "Test default.yaml"
uses: nick-invision/retry@v3
uses: nick-fields/retry@v3
with:
timeout_minutes: 30
retry_on: error
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
- name: "Show cache"
run: ./hack/debug-cache.sh
- name: "Test"
uses: nick-invision/retry@v3
uses: nick-fields/retry@v3
with:
timeout_minutes: 30
retry_on: error
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
- name: "Show cache"
run: ./hack/debug-cache.sh
- name: "Test"
uses: nick-invision/retry@v3
uses: nick-fields/retry@v3
with:
timeout_minutes: 30
retry_on: error
Expand Down Expand Up @@ -359,7 +359,7 @@ jobs:
# Set -count=1 to disable cache
run: go test -v -count=1 ./pkg/networks/...
- name: Test socket_vmnet
uses: nick-invision/retry@v3
uses: nick-fields/retry@v3
with:
timeout_minutes: 30
retry_on: error
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
- name: Install test dependencies
run: brew install qemu bash coreutils
- name: Test
uses: nick-invision/retry@v3
uses: nick-fields/retry@v3
with:
timeout_minutes: 30
retry_on: error
Expand Down

0 comments on commit b350775

Please sign in to comment.