File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ jobs:
304
304
max_attempts : 3
305
305
retry_wait_seconds : 120
306
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 }}
307
+ command : SPM=true DIR=${{ matrix.product }} scripts/test_quickstart.sh ${{ matrix.product }} ${{ matrix.run_tests }}
308
308
# Failure sequence to upload artifact.
309
309
- name : Remove data before upload.
310
310
# if: ${{ failure() }}
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ jobs:
207
207
max_attempts : 3
208
208
retry_wait_seconds : 120
209
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 }}
210
+ command : SPM=true DIR=${{ matrix.product }} scripts/test_quickstart.sh ${{ matrix.product }} ${{ matrix.run_tests }}
211
211
- name : Remove data before upload
212
212
# if: ${{ failure() }}
213
213
run : scripts/remove_data.sh ${{ matrix.product }}
You can’t perform that action at this time.
0 commit comments