From 764d38c9fa40a3a851bc9b6f0754e51e07e2748a Mon Sep 17 00:00:00 2001 From: Florian BOUILLON Date: Tue, 4 Jul 2023 15:46:37 +0200 Subject: [PATCH] fix: check does not need a live server Signed-off-by: Florian BOUILLON --- .github/workflows/build_and_check.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_and_check.yml b/.github/workflows/build_and_check.yml index 2406a08..e4c62fc 100644 --- a/.github/workflows/build_and_check.yml +++ b/.github/workflows/build_and_check.yml @@ -26,10 +26,7 @@ jobs: run: npm run build - name: Check - run: | - npm run start & - wait 10 - npm run check + run: npm run check - name: Test