Skip to content

Commit ef6514a

Browse files
committed
remove trailing slash
1 parent e71e65c commit ef6514a

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/workflows/common_quickstart.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff 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() }}

0 commit comments

Comments
 (0)