From: Jérôme Benoit Date: Sun, 30 May 2021 19:12:22 +0000 (+0200) Subject: Fix unit tests GitHub action name X-Git-Tag: v1.0.7~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=bc3095278757a8b8e9dbe09e98097461921fe3fa;p=e-mobility-charging-stations-simulator.git Fix unit tests GitHub action name Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 7b4e5fd4..76fdba6f 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -9,7 +9,7 @@ on: - master jobs: - build: + unit-tests: runs-on: ubuntu-latest strategy: matrix: