Skip to content

Commit

Permalink
Re-enable retry around checkout for minimal-build (#27463)
Browse files Browse the repository at this point in the history
This was disabled due to Wandalen/wretry.action#83 and should be fixed in v1.3.0
  • Loading branch information
ksperling-apple authored and pull[bot] committed Sep 1, 2023
1 parent 5c24199 commit eec98e2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/minimal-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@ jobs:
image: connectedhomeip/chip-build-minimal:0.7.3

steps:
- name: Checkout
uses: actions/[email protected]
- uses: Wandalen/[email protected]
name: Checkout
with:
action: actions/[email protected]
with: |
token: ${{ github.token }}
attempt_limit: 3
attempt_delay: 2000
- name: Checkout submodules
run: scripts/checkout_submodules.py --allow-changing-global-git-config --shallow --platform linux
- name: Configure and build All Clusters App
Expand Down

0 comments on commit eec98e2

Please sign in to comment.