We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9970c85 commit e763af2Copy full SHA for e763af2
.github/workflows/common_quickstart.yml
@@ -73,7 +73,6 @@ jobs:
73
env:
74
plist_secret: ${{ secrets.plist_secret }}
75
LEGACY: ${{ inputs.is_legacy && true || '' }}
76
- SPM: true
77
runs-on: macos-15
78
steps:
79
- uses: actions/checkout@v4
@@ -97,7 +96,7 @@ jobs:
97
96
max_attempts: 3
98
retry_wait_seconds: 120
99
command: |
100
- scripts/test_quickstart.sh ${{ inputs.product }} false ${{ inputs.quickstart_type }}
+ SPM=true DIR=${{ inputs.product }} scripts/test_quickstart.sh ${{ inputs.product }} false ${{ inputs.quickstart_type }}
101
# command: |
102
# scripts/test_quickstart.sh ${{ inputs.product }} false ${{ inputs.quickstart_type }}
103
# scripts/test_quickstart.sh \
0 commit comments