|
1 |
| -name: firebasepod |
| 1 | +# TODO(Swift 6): Re-enable these tests. |
| 2 | +# name: firebasepod |
2 | 3 |
|
3 |
| -# Verify that the Firebase.podspec will successfully `pod install`. |
| 4 | +# # Verify that the Firebase.podspec will successfully `pod install`. |
4 | 5 |
|
5 |
| -on: |
6 |
| - pull_request: |
7 |
| - paths: |
8 |
| - - '*.podspec' |
9 |
| - - 'CoreOnly/**' |
10 |
| - - '.github/workflows/firebasepod.yml' |
11 |
| - - 'Gemfile*' |
12 |
| - schedule: |
13 |
| - # Run every day at 1am (PST) - cron uses UTC times |
14 |
| - - cron: '0 9 * * *' |
| 6 | +# on: |
| 7 | +# pull_request: |
| 8 | +# paths: |
| 9 | +# - '*.podspec' |
| 10 | +# - 'CoreOnly/**' |
| 11 | +# - '.github/workflows/firebasepod.yml' |
| 12 | +# - 'Gemfile*' |
| 13 | +# schedule: |
| 14 | +# # Run every day at 1am (PST) - cron uses UTC times |
| 15 | +# - cron: '0 9 * * *' |
15 | 16 |
|
16 |
| -concurrency: |
17 |
| - group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} |
18 |
| - cancel-in-progress: true |
| 17 | +# concurrency: |
| 18 | +# group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} |
| 19 | +# cancel-in-progress: true |
19 | 20 |
|
20 |
| -jobs: |
21 |
| - installation-test: |
22 |
| - # Don't run on private repo unless it is a PR. |
23 |
| - if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' |
| 21 | +# jobs: |
| 22 | +# installation-test: |
| 23 | +# # Don't run on private repo unless it is a PR. |
| 24 | +# if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' |
24 | 25 |
|
25 |
| - runs-on: macos-latest |
| 26 | +# runs-on: macos-latest |
26 | 27 |
|
27 |
| - steps: |
28 |
| - - uses: actions/checkout@v4 |
29 |
| - - uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126 |
30 |
| - with: |
31 |
| - cache_key: firebasepod |
32 |
| - - uses: ruby/setup-ruby@v1 |
33 |
| - - name: Setup Bundler |
34 |
| - run: scripts/setup_bundler.sh |
35 |
| - - name: Xcode |
36 |
| - run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer |
37 |
| - - name: Prereqs |
38 |
| - run: scripts/install_prereqs.sh FirebasePod iOS |
39 |
| - - name: Build |
40 |
| - run: scripts/build.sh FirebasePod iOS |
| 28 | +# steps: |
| 29 | +# - uses: actions/checkout@v4 |
| 30 | +# - uses: mikehardy/buildcache-action@c87cea0ccd718971d6cc39e672c4f26815b6c126 |
| 31 | +# with: |
| 32 | +# cache_key: firebasepod |
| 33 | +# - uses: ruby/setup-ruby@v1 |
| 34 | +# - name: Setup Bundler |
| 35 | +# run: scripts/setup_bundler.sh |
| 36 | +# - name: Xcode |
| 37 | +# run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer |
| 38 | +# - name: Prereqs |
| 39 | +# run: scripts/install_prereqs.sh FirebasePod iOS |
| 40 | +# - name: Build |
| 41 | +# run: scripts/build.sh FirebasePod iOS |
0 commit comments