Skip to content

Commit 43ee5d9

Browse files
author
Roman
committed
names
1 parent 4eb9a9b commit 43ee5d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/_run-e2e-single.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ on:
1515

1616
jobs:
1717
run-fast-blocks-e2e:
18-
name: "${{ matrix.test.label }} / Py ${{ inputs.python-version }}"
1918
runs-on: ubuntu-latest
2019
timeout-minutes: 45
2120
strategy:
2221
fail-fast: false
2322
max-parallel: 64
2423
matrix:
25-
name: ${{ fromJson(inputs.test-files) }}
24+
name: "${{ matrix.test.label }} / Py ${{ inputs.python-version }}"
2625
test: ${{ fromJson(inputs.test-files) }}
2726

2827
steps:

0 commit comments

Comments
 (0)