Skip to content

Commit

Permalink
more xc15 integration test disable
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Nov 3, 2023
1 parent 42a38a5 commit 3df3b8d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,10 @@ jobs:
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
strategy:
matrix:
os: [macos-12, macos-13]
os: [macos-12]
include:
- os: macos-12
xcode: Xcode_14.2
- os: macos-13
xcode: Xcode_15.0.1
runs-on: ${{ matrix.os }}
env:
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
Expand All @@ -77,8 +75,6 @@ jobs:
run: FirebaseFunctions/Backend/start.sh synchronous
- name: Xcode
run: sudo xcode-select -s /Applications/${{ matrix.xcode }}.app/Contents/Developer
- name: Functions Unit Tests
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseFunctionsUnit iOS spm
- name: iOS Swift Integration Tests (including Swift library)
run: scripts/third_party/travis/retry.sh ./scripts/build.sh FirebaseFunctionsIntegration iOS spm
- name: iOS ObjC Integration Tests (using Swift library)
Expand Down

0 comments on commit 3df3b8d

Please sign in to comment.