From 0559da39c800a0bdc98c5f75f1a7760e98c8d831 Mon Sep 17 00:00:00 2001 From: NasgulNexus Date: Wed, 11 Oct 2023 10:42:38 +0200 Subject: [PATCH] fix: ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 786ec61706..7646aaa511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,9 +39,9 @@ jobs: run: npm ci - name: Unit Tests run: npm run test - + test_component: - name: Test component + name: Test component runs-on: ubuntu-latest steps: - name: Checkout