Skip to content

Commit bb75160

Browse files
committed
fix
1 parent 9f87064 commit bb75160

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/remoteconfig.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,27 +118,35 @@ jobs:
118118
- os: macos-13
119119
xcode: Xcode_15.2
120120
target: iOS
121+
test: spm
121122
- os: macos-14
122123
xcode: Xcode_15.4
123124
target: iOS
125+
test: spm
124126
- os: macos-15
125127
xcode: Xcode_16
126128
target: iOS
129+
test: spm
127130
- os: macos-15
128131
xcode: Xcode_16
129132
target: tvOS
133+
test: spm
130134
- os: macos-15
131135
xcode: Xcode_16
132136
target: macOS
137+
test: spm
133138
- os: macos-15
134139
xcode: Xcode_16
135-
target: watchOS --skip-tests
140+
target: watchOS
141+
test: spmbuildonly
136142
- os: macos-15
137143
xcode: Xcode_16
138144
target: catalyst
145+
test: spm
139146
- os: macos-15
140147
xcode: Xcode_16
141148
target: visionOS
149+
test: spm
142150
runs-on: ${{ matrix.os }}
143151
steps:
144152
- uses: actions/checkout@v4
@@ -153,7 +161,7 @@ jobs:
153161
- name: Unit Tests
154162
run: scripts/third_party/travis/retry.sh ./scripts/build.sh RemoteConfigUnit ${{ matrix.target }} spm
155163
- name: Fake Console tests
156-
run: scripts/third_party/travis/retry.sh ./scripts/build.sh RemoteConfigFakeConsole ${{ matrix.target }} spm
164+
run: scripts/third_party/travis/retry.sh ./scripts/build.sh RemoteConfigFakeConsole ${{ matrix.target }} ${{ matrix.test }}
157165

158166
catalyst:
159167
# Don't run on private repo unless it is a PR.

0 commit comments

Comments
 (0)