diff --git a/.github/workflows/nightlies.yml b/.github/workflows/nightlies.yml index 5be3d6d55..6f8be6adb 100644 --- a/.github/workflows/nightlies.yml +++ b/.github/workflows/nightlies.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Add Apple certificate run: | diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0144ef678..affe0cdb1 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -30,6 +30,7 @@ jobs: name: 🧪 Tests runs-on: macos-latest strategy: + fail-fast: false matrix: platform: [ios, tvos] steps: diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index c99d69428..bc0620f7e 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Add Apple certificate run: |