build(ci): add build type to workflow jobs name
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 Sep 2023 00:41:11 +0000 (02:41 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 6 Sep 2023 00:41:11 +0000 (02:41 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/workflows/ci.yml

index 2d4aed7318ee332902cdbb602461b0237c580573..6e03409a9a635a7ec7818c001c97fd09edf13676 100644 (file)
@@ -12,7 +12,7 @@ jobs:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
         node: ['16.x', '18.x', '20.x']
-    name: Node ${{ matrix.node }} on ${{ matrix.os }}
+    name: Build simulator with Node ${{ matrix.node }} on ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v4
@@ -49,7 +49,7 @@ jobs:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
         node: ['16.x', '18.x', '20.x']
-    name: Node ${{ matrix.node }} on ${{ matrix.os }}
+    name: Build dashboard with Node ${{ matrix.node }} on ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     defaults:
       run: