mirror of
https://github.com/GoTestTools/gotestfmt-action.git
synced 2026-02-21 15:11:46 +00:00
Name each workflow run of the matrix
Signed-off-by: Yuri Norwood <106889957+norwd@users.noreply.github.com>
This commit is contained in:
parent
d31d8ad0fa
commit
b5ad6db9f3
1 changed files with 1 additions and 0 deletions
1
.github/workflows/selftest.yml
vendored
1
.github/workflows/selftest.yml
vendored
|
|
@ -10,6 +10,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: ['ubuntu', 'macos', 'windows']
|
os: ['ubuntu', 'macos', 'windows']
|
||||||
|
|
||||||
|
name: on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}-latest
|
runs-on: ${{ matrix.os }}-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue