Skip to content

Commit f6581a5

Browse files
committed
set DIR
1 parent 0335a44 commit f6581a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
max_attempts: 3
305305
retry_wait_seconds: 120
306306
# 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 }}
307+
command: SPM=true DIR=${{ matrix.product }} scripts/test_quickstart.sh ${{ matrix.product }} ${{ matrix.run_tests }}
308308
# Failure sequence to upload artifact.
309309
- name: Remove data before upload.
310310
# if: ${{ failure() }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
max_attempts: 3
208208
retry_wait_seconds: 120
209209
# 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 }}
210+
command: SPM=true DIR=${{ matrix.product }} scripts/test_quickstart.sh ${{ matrix.product }} ${{ matrix.run_tests }}
211211
- name: Remove data before upload
212212
# if: ${{ failure() }}
213213
run: scripts/remove_data.sh ${{ matrix.product }}

0 commit comments

Comments
 (0)