From 7013b4e40b17bea20edb561c13aa5f761b6e3864 Mon Sep 17 00:00:00 2001 From: Guilherme Alves Date: Tue, 14 Jan 2025 18:05:09 -0300 Subject: [PATCH] Update pipeline.yml --- .github/workflows/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 3292ea0..4e71516 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -9,6 +9,7 @@ on: branches: [ "main" ] jobs: build: + name: Install + Build runs-on: docker://alpine:latest strategy: matrix: @@ -25,6 +26,7 @@ jobs: - name: Build run: npm run build --if-present test: + name: Unit Tests needs: [build] runs-on: docker://alpine:latest steps: