|
44 | 44 | type: string
|
45 | 45 | required: true
|
46 | 46 |
|
47 |
| - # The type of quickstart to test. |
48 |
| - # |
49 |
| - # Options: [swift, objc] |
50 |
| - quickstart_type: |
51 |
| - type: string |
52 |
| - required: false |
53 |
| - default: objc |
54 |
| - |
55 | 47 | # Whether to run tests or just build. Defaults to true.
|
56 | 48 | run_tests:
|
57 | 49 | type: boolean
|
@@ -89,20 +81,21 @@ jobs:
|
89 | 81 | # ${{ inputs.plist_src_path }} \
|
90 | 82 | # ${{ inputs.plist_dst_path }} \
|
91 | 83 | # "$plist_secret"
|
92 |
| - - name: Build ${{ inputs.product }} Quickstart (${{ inputs.quickstart_type }} / ${{ inputs.is_legacy && 'Legacy' || 'Non-Legacy' }}) |
| 84 | + - name: Build ${{ inputs.product }} Quickstart (${{ inputs.is_legacy && 'Legacy' || 'Non-Legacy' }}) |
93 | 85 | uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
|
94 | 86 | with:
|
95 | 87 | timeout_minutes: 15
|
96 | 88 | max_attempts: 3
|
97 | 89 | retry_wait_seconds: 120
|
98 | 90 | command: |
|
99 |
| - SPM=true DIR=${{ inputs.product }} scripts/test_quickstart.sh ${{ inputs.product }} false ${{ inputs.quickstart_type }} |
100 |
| - # command: | |
101 |
| - # scripts/test_quickstart.sh ${{ inputs.product }} false ${{ inputs.quickstart_type }} |
102 |
| - # scripts/test_quickstart.sh \ |
103 |
| - # ${{ inputs.product }} \ |
104 |
| - # ${{ inputs.run_tests }} \ |
105 |
| - # ${{ inputs.quickstart_type }} |
| 91 | + SPM=true DIR=${{ inputs.product }} scripts/test_quickstart.sh ${{ inputs.product }} false |
| 92 | +# command: | |
| 93 | +# SPM=true DIR=${{ inputs.product }} scripts/test_quickstart.sh ${{ inputs.product }} ${{ inputs.run_tests }} |
| 94 | +# scripts/test_quickstart.sh \ |
| 95 | +# ${{ inputs.product }} \ |
| 96 | +# ${{ inputs.run_tests }} \ |
| 97 | +# ${{ inputs.quickstart_type }} |
| 98 | + |
106 | 99 | # Failure sequence to upload artifact.
|
107 | 100 | # - id: lowercase_product
|
108 | 101 | # if: ${{ failure() }}
|
|
0 commit comments