From: Jérôme Benoit Date: Wed, 6 Sep 2023 00:41:11 +0000 (+0200) Subject: build(ci): add build type to workflow jobs name X-Git-Tag: v1.2.21~25 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ebb77a4c941c8ced077071fc55425345436933aa;p=e-mobility-charging-stations-simulator.git build(ci): add build type to workflow jobs name Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d4aed73..6e03409a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: