1
0
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:
Sebastian Malton 2022-10-03 15:46:01 -04:00
parent 634b4cbed5
commit 731aa0d659

View File

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