Skip to content

Commit

Permalink
Only build Swift scheme - not ObjC
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Jul 22, 2024
1 parent e6bc15c commit f772939
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ env:
jobs:
cocoapods:
name: cocoapods
runs-on: macOS-13
runs-on: macOS-14
env:
SPM: false
LEGACY: false
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/crashlytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ jobs:
bundle exec pod install --repo-update
cd ..
../scripts/install_prereqs/crashlytics.sh
- name: Build ObjC
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: ""
- name: Build Swift
run: ./scripts/test.sh
env:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ jobs:
gem install xcpretty
bundle exec pod install --repo-update
../scripts/install_prereqs/database.sh
- name: Build ObjC
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: ""
- name: Build Swift
run: ./scripts/test.sh
env:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
gem install xcpretty
bundle exec pod install --repo-update
../scripts/install_prereqs/performance.sh
- name: Build ObjC
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: ""
- name: Build Swift
run: ./scripts/test.sh
env:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ jobs:
bundle exec pod install --repo-update
cd ..
../scripts/install_prereqs/storage.sh
- name: Build ObjC
run: ./scripts/test.sh
env:
SWIFT_SUFFIX: ""
- name: Build Swift
run: ./scripts/test.sh
env:
Expand Down

0 comments on commit f772939

Please sign in to comment.