File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,17 +77,17 @@ jobs:
77
77
# Raw `bundle` will use the BUNDLE_GEMFILE set to matrix.gemfile (i.e. Appraisal.root)
78
78
# We need to do this first to get appraisal installed.
79
79
# NOTE: This does not use the primary Gemfile at all.
80
- - name : Install Root Appraisal
80
+ - name : " Install Root Appraisal"
81
81
run : bundle
82
82
83
- - name : [Attempt 1] Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal }}
83
+ - name : " [Attempt 1] Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal }}"
84
84
id : bundleAttempt1
85
85
run : bundle exec appraisal ${{ matrix.appraisal }} bundle
86
86
# Continue to the next step on failure
87
87
continue-on-error : true
88
88
89
89
# Effectively an automatic retry of the previous step.
90
- - name : [Attempt 2] Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal }}
90
+ - name : " [Attempt 2] Appraisal for ${{ matrix.ruby }}@${{ matrix.appraisal }}"
91
91
id : bundleAttempt2
92
92
# If bundleAttempt1 failed, try again here; Otherwise skip.
93
93
if : steps.bundleAttempt1.outcome == 'failure'
You can’t perform that action at this time.
0 commit comments