From d58f24e5d3ddcad272f4aaf3286d8d79ff4f497d Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 16 May 2025 19:02:06 +0200 Subject: [PATCH] chore(ci): rename frontend-build step for better naming consistency --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 21e85b151..5669a3ad3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -263,7 +263,7 @@ jobs: working-directory: frontend run: pnpm test:unit - build-frontend: + frontend-build: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 @@ -293,7 +293,7 @@ jobs: runs-on: ubuntu-latest needs: - api-build - - build-frontend + - frontend-build - define-frontend-e2e-batches strategy: # when one test fails, DO NOT cancel the other