From 5874bf25944f63f868da64a9bd8ae1c68e215712 Mon Sep 17 00:00:00 2001 From: xopiie <46599014+NadicaUzunova@users.noreply.github.com> Date: Thu, 18 Jan 2024 23:17:54 +0100 Subject: [PATCH] test 3 --- .github/workflows/test_workflow.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/test_workflow.yml b/.github/workflows/test_workflow.yml index e5a9a04..7425d94 100644 --- a/.github/workflows/test_workflow.yml +++ b/.github/workflows/test_workflow.yml @@ -40,15 +40,9 @@ jobs: - name: Install dependencies run: npm ci working-directory: frontend - - - name: Suppress ESLint Warnings - run: | - sed -i 's/no-unused-vars/\/\/ no-unused-vars/' path/to/your/project/build/static/js/*.js - sed -i 's/react-hooks\/exhaustive-deps/\/\* react-hooks\/exhaustive-deps \*\//' path/to/your/project/build/static/js/*.js - working-directory: frontend - name: Build frontend - run: npm run build --if--present + run: npm run build --no-progress 2>&1 >/dev/null || true working-directory: frontend