Skip to content

Commit 0335a44

Browse files
committed
SPM=true
1 parent 6863092 commit 0335a44

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ jobs:
303303
timeout_minutes: 15
304304
max_attempts: 3
305305
retry_wait_seconds: 120
306-
command: scripts/test_quickstart.sh ${{ matrix.product }} ${{ matrix.run_tests }}
306+
# TODO(ncooke3): Remove SPM=true and instead change default value in quickstart-ios/scripts/test.sh
307+
command: SPM=true scripts/test_quickstart.sh ${{ matrix.product }} ${{ matrix.run_tests }}
307308
# Failure sequence to upload artifact.
308309
- name: Remove data before upload.
309310
# if: ${{ failure() }}

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ jobs:
206206
timeout_minutes: 15
207207
max_attempts: 3
208208
retry_wait_seconds: 120
209-
command: scripts/test_quickstart.sh ${{ matrix.product }} ${{ matrix.run_tests }}
209+
# TODO(ncooke3): Remove SPM=true and instead change default value in quickstart-ios/scripts/test.sh
210+
command: SPM=true scripts/test_quickstart.sh ${{ matrix.product }} ${{ matrix.run_tests }}
210211
- name: Remove data before upload
211212
# if: ${{ failure() }}
212213
run: scripts/remove_data.sh ${{ matrix.product }}

0 commit comments

Comments
 (0)