From 1e89a6270760bb2f0d6bccf37a636f156df69770 Mon Sep 17 00:00:00 2001 From: Hazal Karakus Date: Mon, 6 Jan 2025 15:42:17 +0100 Subject: [PATCH] comment fix --- .github/workflows/run_codecov_on_pull_request.yml | 2 +- react/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_codecov_on_pull_request.yml b/.github/workflows/run_codecov_on_pull_request.yml index 724b3777..c8b9463a 100644 --- a/.github/workflows/run_codecov_on_pull_request.yml +++ b/.github/workflows/run_codecov_on_pull_request.yml @@ -21,7 +21,7 @@ jobs: env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} run: | - ./build.sh + CI=false ./build.sh npm test -- --coverage --reporters=jest-junit working-directory: ./empower/react - uses: codecov/codecov-action@v3 diff --git a/react/build.sh b/react/build.sh index b3fa2450..5e5fd3ae 100755 --- a/react/build.sh +++ b/react/build.sh @@ -10,5 +10,5 @@ rm -rf build # npm ci does not update minor versions -> # (1) less chance of breaking (2) less noise in PR from package-lock.json npm ci -CI=false npm run build # defined in 'scripts' in package.json +npm run build # defined in 'scripts' in package.json