Skip to content

Commit ea76833

Browse files
committed
add shard as part of the name
1 parent fb33493 commit ea76833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ${{ matrix.runner.os }}
8080
timeout-minutes: 30
8181

82-
name: ${{ matrix.runner.name }} / ${{ matrix.integration.name }}
82+
name: ${{ matrix.runner.name }} / ${{ matrix.integration.name }} / ${{ matrix.integration.shard }}
8383

8484
steps:
8585
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)