Skip to content

Commit 6f569bb

Browse files
authored
fix missing retry for npm install of datadog-ci (#5625)
1 parent 401b0a7 commit 6f569bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/push_to_test_optim/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
steps:
1313
- name: Install datadog-ci
1414
shell: bash
15-
run: npm install -g @datadog/datadog-ci
15+
run: npm install -g @datadog/datadog-ci || sleep 60 && npm install -g @datadog/datadog-ci
1616

1717
- name: checkout owner repo
1818
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0

0 commit comments

Comments
 (0)