File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
60
60
# Note: After Step-Security is enabled return to step-security/retry
61
61
- name : Run smoke test
62
- uses : nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
62
+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
63
63
with :
64
64
max_attempts : 3
65
65
timeout_minutes : 3
Original file line number Diff line number Diff line change @@ -111,15 +111,15 @@ jobs:
111
111
- name : Run the local node
112
112
env :
113
113
FIRING_UP_RETRY_ATTEMPTS : 10000
114
- uses : nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
114
+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
115
115
with :
116
116
max_attempts : 5
117
117
timeout_minutes : 60
118
118
command : npm run restart -- --workdir /Users/runner/work/hedera-local-node/hedera-local-node
119
119
120
120
# Note: After Step-Security is enabled return to step-security/retry
121
121
- name : Run smoke test
122
- uses : nick-fields/retry@c97818ca39074beaea45180dba704f92496a0082 # v3.0.1
122
+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
123
123
with :
124
124
max_attempts : 5
125
125
timeout_minutes : 5
You can’t perform that action at this time.
0 commit comments