mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
chore(actions): add name for test actions
This commit is contained in:
parent
a9e6891cf9
commit
2ffb028f1c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/env.yml
vendored
1
.github/workflows/env.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
manifest: [rokit.toml, aftman.toml, foreman.toml]
|
manifest: [rokit.toml, aftman.toml, foreman.toml]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
name: ${{ matrix.manifest }} (${{ matrix.os }})
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue