From: Jérôme Benoit Date: Sat, 22 Oct 2022 12:53:29 +0000 (+0200) Subject: Cleanup GitHub actions X-Git-Tag: v1.1.85~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d5d2241eaa804299589416c871d277e5b9311f29;hp=a1deee04b887e89dcb63f2811f80c42bfff0d8cd;p=e-mobility-charging-stations-simulator.git Cleanup GitHub actions Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd2737e8..1df41baa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Use Node.js ${{ matrix.node }} + - name: Setup node ${{ matrix.node }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: Use Node.js ${{ matrix.node }} + - name: Setup node ${{ matrix.node }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node }} @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Set up Docker Buildx + - name: Setup Docker Buildx id: buildx uses: docker/setup-buildx-action@v2 - name: Build docker image