Skip to content

Commit 4031e19

Browse files
committed
Merge #2047: fix(ci): remove retry/retry-delay
64934e1 fix(ci): remove retry/retry-delay (Leonardo Lima) Pull request description: ### Description It looks like that the retry approach introduced on #2032 does not really work, as the github workflow syntax does not have those fields. I've opened this PR to revert the changes, and make sure that CI is working again. Though I still think we can implement a manual retry logic on our side, probably using gh cli inside of the CI job. ### Notes to the reviewers It needs to be merged in order to coverage CI to work properly again. ### Changelog notice ### Checklists #### All Submissions: * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) ACKs for top commit: evanlinjin: ACK 64934e1 Tree-SHA512: 273e09bbfd841cbbcc0f57e24ae40dd0bcb68523fec684d9e380629ac6b0aab198214f8208fb48e88cfa391b3c6a427d757492da465495301cdfb44d28f6ab8c
2 parents c59fba1 + 64934e1 commit 4031e19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/code_coverage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
uses: coverallsapp/github-action@master
3737
with:
3838
github-token: ${{ secrets.GITHUB_TOKEN }}
39-
retry: 3
40-
retry-delay: 30
4139
- name: Upload artifact
4240
uses: actions/upload-artifact@v4
4341
with:

0 commit comments

Comments
 (0)