diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d012d7351a..e06fdb207f6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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