We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bd1806 commit ee1dc75Copy full SHA for ee1dc75
.github/workflows/test.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
test:
12
- name: ${{ matrix.test }} on ${{ matrix.os }}
+ name: ${{ matrix.test.package }}:${{ matrix.test.name }} on ${{ matrix.os }}
13
runs-on: ${{ matrix.os }}
14
strategy:
15
fail-fast: false
0 commit comments