Skip to content

Commit

Permalink
Minimize Crashlytics flakes (#14207)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Dec 3, 2024
1 parent a676158 commit b9fff57
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/crashlytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
build-env:
- os: macos-14
xcode: Xcode_15.2
tests: --skip-tests
- os: macos-15
xcode: Xcode_16.1
tests: ""
runs-on: ${{ matrix.build-env.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -48,7 +50,7 @@ jobs:
max_attempts: 3
retry_on: error
retry_wait_seconds: 120
command: scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }} ${{ matrix.tests }} ${{ matrix.flags }}
command: scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }} ${{ matrix.build-env.tests }} ${{ matrix.flags }}


spm-package-resolved:
Expand Down

0 comments on commit b9fff57

Please sign in to comment.