File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -85,19 +85,15 @@ jobs:
8585 ${{ inputs.plist_dst_path }} \
8686 "$plist_secret"
8787 - name : Build ${{ inputs.product }} Quickstart
88- run : |
89- SPM=true DIR=${{ inputs.product }} scripts/test_quickstart.sh \
88+ uses : nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
89+ with :
90+ timeout_minutes : 15
91+ max_attempts : 3
92+ retry_wait_seconds : 120
93+ command : |
94+ SPM=true DIR=${{ inputs.product }} scripts/test_quickstart.sh \
9095 ${{ inputs.product }} \
91- ${{ inputs.run_tests }} \
92- # uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3
93- # with:
94- # timeout_minutes: 15
95- # max_attempts: 3
96- # retry_wait_seconds: 120
97- # command: |
98- # SPM=true DIR=${{ inputs.product }} scripts/test_quickstart.sh \
99- # ${{ inputs.product }} \
100- # ${{ inputs.run_tests }} \
96+ ${{ inputs.run_tests }}
10197 # Failure sequence to upload artifact.
10298 - id : lowercase_product
10399 if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments