Skip to content
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 2 additions & 28 deletions .github/workflows/abtesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:

on:
push:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/abtesting.yml'
- 'abtesting/**'
Expand All @@ -14,7 +14,7 @@ on:
- '!abtesting/*.md'
- '!abtesting/Design/**'
pull_request:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/abtesting.yml'
- 'abtesting/**'
Expand All @@ -34,32 +34,6 @@ env:
SAMPLE: ABTesting

jobs:
cocoapods:
runs-on: macOS-15
env:
SPM: false
TEST: true
steps:
- name: Checkout
uses: actions/checkout@master
- name: Xcode
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
- name: Setup
run: |
cd abtesting/LegacyABTestingQuickstart
gem install bundler
bundle install
gem install xcpretty
bundle exec pod install --repo-update
cd ..
../scripts/install_prereqs/abtesting.sh
- name: Build Swift
run: ./scripts/test.sh
env:
LEGACY: true
SWIFT_SUFFIX: ""
OS: iOS
DEVICE: iPhone 16
spm:
name: spm (Xcode ${{ matrix.xcode }} - ${{ matrix.os }})
runs-on: macOS-15
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ permissions:

on:
push:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/analytics.yml'
- 'analytics/**'
- 'scripts/*'
- 'scripts/analytics.sh'
pull_request:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/analytics.yml'
- 'analytics/**'
Expand Down Expand Up @@ -58,7 +58,6 @@ jobs:

env:
SPM: true
LEGACY: false
OS: ${{ matrix.os }}
DEVICE: ${{ matrix.device }}
SCHEME: ${{ matrix.scheme || 'AnalyticsExample' }}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/authentication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ permissions:

on:
push:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/authentication.yml'
- 'authentication/**'
- 'scripts/*'
- 'scripts/authentication.sh'
pull_request:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/authentication.yml'
- 'authentication/**'
Expand All @@ -36,7 +36,6 @@ jobs:
OS: iOS
SETUP: authentication
SPM: true
LEGACY: false
DIR: authentication
DEVICE: iPhone 16
TEST: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permissions:
on:
pull_request:
push:
branches: main
branches: main, nc/quickstarts

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ permissions:

on:
push:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/config.yml'
- 'config/**'
- 'scripts/*'
- 'scripts/config.sh'
pull_request:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/config.yml'
- 'config/**'
Expand All @@ -37,7 +37,6 @@ jobs:
DEVICE: iPhone 16
DIR: config
SPM: true
LEGACY: false
SCHEME: ConfigExample
TEST: true
steps:
Expand Down
28 changes: 2 additions & 26 deletions .github/workflows/crashlytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ permissions:

on:
push:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/crashlytics.yml'
- 'crashlytics/**'
- 'scripts/*'
- 'scripts/crashlytics.sh'
pull_request:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/crashlytics.yml'
- 'crashlytics/**'
Expand All @@ -30,30 +30,6 @@ env:
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}

jobs:
cocoapods:
runs-on: macOS-15
env:
SPM: false
LEGACY: true
OS: iOS
DEVICE: iPhone 16
TEST: true
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup
run: |
cd crashlytics/LegacyCrashlyticsQuickstart
gem install bundler
bundle install
gem install xcpretty
bundle exec pod install --repo-update
cd ..
../scripts/install_prereqs/crashlytics.sh
- name: Build Swift
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: Swift
spm:
name: spm (Xcode ${{ matrix.xcode }} - ${{ matrix.os }})
runs-on: macOS-15
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ permissions:

on:
push:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/database.yml'
- 'database/**'
- 'scripts/*'
- 'scripts/database.sh'
pull_request:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/database.yml'
- 'database/**'
Expand All @@ -36,7 +36,6 @@ jobs:
env:
OS: iOS
SPM: true
LEGACY: false
DIR: database
DEVICE: iPhone 16
TEST: false
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/firestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ permissions:

on:
push:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/firestore.yml'
- 'firestore/**'
- 'scripts/*'
- 'scripts/firestore.sh'
pull_request:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/firestore.yml'
- 'firestore/**'
Expand All @@ -34,7 +34,6 @@ jobs:
runs-on: macOS-15
env:
SPM: true
LEGACY: false
OS: iOS
DIR: firestore
DEVICE: iPhone 16
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ permissions:

on:
push:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/functions.yml'
- 'functions/**'
- 'scripts/*'
- 'scripts/functions.sh'
pull_request:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/functions.yml'
- 'functions/**'
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/inappmessaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ permissions:

on:
push:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/inappmessaging.yml'
- 'inappmessaging/**'
- 'scripts/*'
- 'scripts/inappmessaging.sh'
pull_request:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/inappmessaging.yml'
- 'inappmessaging/**'
Expand All @@ -34,7 +34,6 @@ jobs:
runs-on: macOS-15
env:
SPM: true
LEGACY: false
DIR: inappmessaging
OS: iOS
DEVICE: iPhone 16
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/installations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ permissions:

on:
push:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/installations.yml'
- 'installations/**'
- 'scripts/*'
- 'scripts/installations.sh'
pull_request:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/installations.yml'
- 'installations/**'
Expand All @@ -34,7 +34,6 @@ jobs:
runs-on: macOS-15
env:
SPM: true
LEGACY: false
OS: iOS
DEVICE: iPhone 16
TEST: true
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ permissions:

on:
push:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/messaging.yml'
- 'messaging/**'
- 'scripts/*'
- 'scripts/messaging.sh'
pull_request:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/messaging.yml'
- 'messaging/**'
Expand All @@ -34,7 +34,6 @@ jobs:
runs-on: macOS-15
env:
SPM: true
LEGACY: false
OS: iOS
DEVICE: iPhone 16
TEST: false
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:

on:
push:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/performance.yml'
- 'performance/**'
Expand All @@ -14,7 +14,7 @@ on:
- '!performance/SwiftUIPerformanceQuickstart/PerformanceExample/*.md'
- '!performance/SwiftUIPerformanceQuickstart/PerformanceExample/Design/**'
pull_request:
branches: [ main ]
branches: [ main, nc/quickstarts ]
paths:
- '.github/workflows/performance.yml'
- 'performance/**'
Expand All @@ -39,7 +39,6 @@ jobs:
runs-on: macOS-15
env:
SPM: true
LEGACY: false
OS: iOS
DEVICE: iPhone 16
TEST: true
Expand Down
Loading