Skip to content

Commit

Permalink
(BSR) feat(CI): rebuild 3 times android if fails
Browse files Browse the repository at this point in the history
  • Loading branch information
xlecunff-pass committed Feb 10, 2025
1 parent 6a1d29f commit 9c796be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev_on_schedule_run_e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ permissions:

jobs:
e2e-tests:
strategy:
fail-fast: false
fail-fast: 3 # Nombre maximum de tentatives
uses: ./.github/workflows/dev_on_workflow_call_e2e_android.yml
secrets:
GCP_EHP_SERVICE_ACCOUNT: ${{ secrets.GCP_EHP_SERVICE_ACCOUNT }}
Expand Down

0 comments on commit 9c796be

Please sign in to comment.