chore(actions): add name for test actions

This commit is contained in:
Erica Marigold 2024-08-13 20:50:10 +05:30 committed by GitHub
parent a9e6891cf9
commit 2ffb028f1c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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