Skip to content

(BSR) feat(CI): rebuild 3 times android if fails #20

(BSR) feat(CI): rebuild 3 times android if fails

(BSR) feat(CI): rebuild 3 times android if fails #20

name: '[Daily] Run E2E tests on Android'

Check failure on line 1 in .github/workflows/dev_on_schedule_run_e2e_android.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dev_on_schedule_run_e2e_android.yml

Invalid workflow file

Invalid type for `job.strategy`
on:
schedule:
# 00:00 Paris in UTC
- cron: '0 23 * * *'
permissions:
contents: read
id-token: write
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 }}
GCP_EHP_WORKLOAD_IDENTITY_PROVIDER: ${{ secrets.GCP_EHP_WORKLOAD_IDENTITY_PROVIDER }}