Skip to content

Commit e763af2

Browse files
authored
Update common_quickstart.yml
1 parent 9970c85 commit e763af2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/common_quickstart.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
env:
7474
plist_secret: ${{ secrets.plist_secret }}
7575
LEGACY: ${{ inputs.is_legacy && true || '' }}
76-
SPM: true
7776
runs-on: macos-15
7877
steps:
7978
- uses: actions/checkout@v4
@@ -97,7 +96,7 @@ jobs:
9796
max_attempts: 3
9897
retry_wait_seconds: 120
9998
command: |
100-
scripts/test_quickstart.sh ${{ inputs.product }} false ${{ inputs.quickstart_type }}
99+
SPM=true DIR=${{ inputs.product }} scripts/test_quickstart.sh ${{ inputs.product }} false ${{ inputs.quickstart_type }}
101100
# command: |
102101
# scripts/test_quickstart.sh ${{ inputs.product }} false ${{ inputs.quickstart_type }}
103102
# scripts/test_quickstart.sh \

0 commit comments

Comments
 (0)