Skip to content

Commit 5525cfc

Browse files
feat: support ignoring an existing version of the binary
As we move wallet-platform to self-hosted runners for tests we have a new error case where binaries from previous runs may exist on the runner. We need to allow the user to opt-in to ignoring such cases. This is non-breaking as existing behaviour is preserved. Ticket: DO-14423
1 parent 041c511 commit 5525cfc

File tree

3 files changed

+391
-564
lines changed

3 files changed

+391
-564
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ inputs:
1616
cache:
1717
description: Runtime switch to enable/disable caching because GitHub is debugging issues in their caching API
1818
default: false
19+
ignore-existing-binary:
20+
description: Skip download if the binary already exists at the destination
21+
default: false
1922

2023
runs:
2124
using: node20

0 commit comments

Comments
 (0)