Skip to content

Commit

Permalink
Undo Storage integration tests on XC 15 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Nov 1, 2023
1 parent 410040b commit 534f6db
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ concurrency:
cancel-in-progress: true

jobs:
storage:
storage-integration-tests:
# Don't run on private repo unless it is a PR.
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
strategy:
matrix:
include:
# Only one os to avoid contention in the integration tests.
# - os: macos-12
# xcode: Xcode_14.2
- os: macos-13
xcode: Xcode_15.0.1
# TODO: investigate integration test extreme flakiness on Xcode 15
- os: macos-12
xcode: Xcode_14.2
# - os: macos-13
# xcode: Xcode_15.0.1
env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 534f6db

Please sign in to comment.