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:
85
85
${{ inputs.plist_dst_path }} \
86
86
"$plist_secret"
87
87
- 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 \
90
95
${{ 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 }}
101
97
# Failure sequence to upload artifact.
102
98
- id : lowercase_product
103
99
if : ${{ failure() }}
You can’t perform that action at this time.
0 commit comments