Skip to content

Commit 6d546ca

Browse files
ci: specify job names
1 parent 7f2d510 commit 6d546ca

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push, pull_request]
44
jobs:
55
integration-tests:
66
runs-on: ubuntu-latest
7+
name: ${{ matrix.integration }}
78
strategy:
89
fail-fast: false
910
matrix:

.github/workflows/linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push, pull_request]
44
jobs:
55
test:
66
runs-on: ubuntu-latest
7+
name: (${{ matrix.target }}, ${{ matrix.channel }}, ${{ matrix.cfg-release-channel }})
78
strategy:
89
fail-fast: false
910
matrix:

.github/workflows/mac.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources
77
# macOS Catalina 10.15
88
runs-on: macos-latest
9+
name: (${{ matrix.target }}, ${{ matrix.channel }})
910
strategy:
1011
fail-fast: false
1112
matrix:

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push, pull_request]
44
jobs:
55
test:
66
runs-on: windows-latest
7+
name: (${{ matrix.target }}, ${{ matrix.channel }})
78
strategy:
89
fail-fast: false
910
matrix:

0 commit comments

Comments
 (0)