Skip to content

Commit bacbb70

Browse files
committed
fix iam tests
1 parent 4991feb commit bacbb70

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/inappmessaging.yml

+5-7
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ env:
2727
secrets_passphrase: ${{ secrets.GHASECRETSGPGPASSPHRASE1 }}
2828

2929
jobs:
30-
cocoapods:
31-
name: cocoapods
30+
spm:
31+
name: spm
3232
runs-on: macOS-15
3333
env:
3434
SPM: false
3535
LEGACY: false
36+
DIR: inappmessaging
3637
OS: iOS
3738
DEVICE: iPhone 16
3839
TEST: true
@@ -42,16 +43,13 @@ jobs:
4243
- name: Setup
4344
run: |
4445
cd inappmessaging
45-
gem install bundler
46-
bundle install
4746
gem install xcpretty
48-
bundle exec pod install --repo-update
4947
../scripts/install_prereqs/inappmessaging.sh
5048
- name: Build ObjC
5149
run: ./scripts/test.sh
5250
env:
53-
SWIFT_SUFFIX: ""
51+
SCHEME: InAppMessagingExample
5452
- name: Build Swift
5553
run: ./scripts/test.sh
5654
env:
57-
SWIFT_SUFFIX: Swift
55+
SCHEME: InAppMessagingExampleSwift

0 commit comments

Comments
 (0)