Skip to content

Commit 533f8ed

Browse files
committed
use spm for tests
1 parent a7b7e8e commit 533f8ed

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/analytics.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ env:
2828

2929
jobs:
3030
cocoapods:
31-
name: cocoapods - ${{ matrix.os }}
31+
name: spm - ${{ matrix.os }}
3232
runs-on: macOS-15
3333
strategy:
3434
matrix:
@@ -50,7 +50,7 @@ jobs:
5050
scheme: AnalyticsExampleMac
5151
test: true
5252
env:
53-
SPM: false
53+
SPM: true
5454
LEGACY: false
5555
OS: ${{ matrix.os }}
5656
DEVICE: ${{ matrix.device }}
@@ -72,5 +72,3 @@ jobs:
7272
env:
7373
TEST: ${{ matrix.test }}
7474
SWIFT_SUFFIX: ""
75-
76-
#TODO: Add `spm` job.

.github/workflows/authentication.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ env:
2828

2929
jobs:
3030
cocoapods:
31-
name: cocoapods
31+
name: spm
3232
runs-on: macOS-15
3333
env:
34-
SPM: false
34+
SPM: true
3535
LEGACY: false
3636
OS: iOS
3737
DEVICE: iPhone 16
38-
TEST: false
38+
TEST: true
3939
steps:
4040
- name: Checkout
4141
uses: actions/checkout@master

0 commit comments

Comments
 (0)