build(ci): add build type to workflow jobs name
[e-mobility-charging-stations-simulator.git] / .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: