Skip to content

Commit 8e850b3

Browse files
chore: failing-ci
1 parent 6a61cc0 commit 8e850b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/native-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
max-parallel: 4
1919
matrix:
2020
platform: [iOS, tvOS]
21-
scheme: [mParticle-Apple-SDK-NoLocation]
21+
scheme: [mParticle-Apple-SDK-NoLocation, mParticle-Apple-SDK-Swift]
2222
include:
2323
- platform: iOS
2424
device: iPhone 16 Pro
@@ -46,4 +46,4 @@ jobs:
4646
shutdown_after_job: true
4747

4848
- name: Run unit tests
49-
run: xcodebuild -project mParticle-Apple-SDK.xcodeproj -scheme ${{ matrix.scheme }} -destination 'id=${{ steps.simulator.outputs.UDID }}' test
49+
run: xcodebuild -project mParticle-Apple-SDK.xcodeproj -scheme ${{ matrix.scheme }} -destination 'id=${{ steps.simulator.outputs.udid }}' test

mParticle-Apple-SDK-Swift/Test/Utils/MPDeviceTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class MPIdentityApiMPDeviceMock: MPIdentityApiMPDeviceProtocol {
3030
}
3131
}
3232

33+
@available(iOS 16.0, tvOS 16.0, *)
3334
final class MPDeviceTests: XCTestCase {
3435

3536
func testDictionaryDescription() {

0 commit comments

Comments
 (0)