Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hazal-karakus committed Jan 6, 2025
1 parent b669e30 commit 1e89a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_codecov_on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion react/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1e89a62

Please sign in to comment.