mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +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]
|
||||
manifest: [rokit.toml, aftman.toml, foreman.toml]
|
||||
runs-on: ${{ matrix.os }}
|
||||
name: ${{ matrix.manifest }} (${{ matrix.os }})
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Reference in a new issue