Skip to content

Commit b9fff57

Browse files
authored
Minimize Crashlytics flakes (#14207)
1 parent a676158 commit b9fff57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/crashlytics.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ jobs:
3232
build-env:
3333
- os: macos-14
3434
xcode: Xcode_15.2
35+
tests: --skip-tests
3536
- os: macos-15
3637
xcode: Xcode_16.1
38+
tests: ""
3739
runs-on: ${{ matrix.build-env.os }}
3840
steps:
3941
- uses: actions/checkout@v4
@@ -48,7 +50,7 @@ jobs:
4850
max_attempts: 3
4951
retry_on: error
5052
retry_wait_seconds: 120
51-
command: scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }} ${{ matrix.tests }} ${{ matrix.flags }}
53+
command: scripts/pod_lib_lint.rb FirebaseCrashlytics.podspec --platforms=${{ matrix.target }} ${{ matrix.build-env.tests }} ${{ matrix.flags }}
5254

5355

5456
spm-package-resolved:

0 commit comments

Comments
 (0)