File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ jobs:
274274 path : dist/
275275
276276 - name : >-
277- Pre-populate tox envs: ${{ env.TOXENV }}
277+ Pre-populate tox envs: ` ${{ env.TOXENV }}`
278278 shell: bash
279279 env:
280280 INPUT_BUILT_WHEEL_NAMES: ${{ inputs.built-wheel-names }}
@@ -284,7 +284,7 @@ jobs:
284284 --parallel-live
285285 --skip-missing-interpreters false
286286 )
287- if [ -n " $INPUT_BUILT_WHEEL_NAMES" ]; then
287+ if [[ $INPUT_BUILT_WHEEL_NAMES ] ]; then
288288 python -Im tox "${tox_common_args[@]}" \
289289 --installpkg "dist/$INPUT_BUILT_WHEEL_NAMES" \
290290 --notest
@@ -307,7 +307,7 @@ jobs:
307307 # But only for 'pytest' env in 'tox'.
308308 # For details: ../../tox.ini '[testenv:pytest]' 'commands_post'
309309 - name : >-
310- Run tox envs: ${{ env.TOXENV }}
310+ Run tox envs: ` ${{ env.TOXENV }}`
311311 id: tox-run
312312 shell: bash
313313 env:
@@ -365,7 +365,7 @@ jobs:
365365 && steps.tox-run.outputs.test-result-files == ''
366366 && steps.tox-run.outputs.codecov-flags != 'MyPy'
367367 run : >-
368- cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
368+ cat code-coverage-results.md >> " $GITHUB_STEP_SUMMARY"
369369 - name : Re-run the failing tests with maximum verbosity
370370 if : >-
371371 !cancelled()
You can’t perform that action at this time.
0 commit comments