Skip to content

Commit ea9cf29

Browse files
add continue-on-error flag to test job name
1 parent 94b2bd7 commit ea9cf29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ jobs:
323323
options: [""]
324324
include: ${{ fromJSON(needs.setup.outputs.additional-tests) }}
325325
fail-fast: false
326-
name: 6 test (${{ matrix.image.tag }}, ${{ matrix.arch }}, ${{ matrix.network }}, ${{ matrix.enable }} ${{ matrix.options || '' }})
326+
name: 6 test (${{ matrix.image.tag }}, ${{ matrix.arch }}, ${{ matrix.network }}, ${{ matrix.enable }} ${{ matrix.options || '' }}, ${{ matrix.image.tests.continue-on-error && 'continue-on-error'}})
327327
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
328328
continue-on-error: ${{ matrix.image.tests.continue-on-error || false }}
329329
steps:

0 commit comments

Comments
 (0)