mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Further clarify the test job names
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
634b4cbed5
commit
731aa0d659
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
- master
|
||||
jobs:
|
||||
test:
|
||||
name: Run '${{ matrix.type }}' Tests
|
||||
name: ${{ matrix.type }} tests on ${{ matix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Loading…
Reference in New Issue
Block a user