Skip to content

Commit

Permalink
Tools: Fixed CI so that eslint runs on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Jun 25, 2021
1 parent 5ecac21 commit 94ba854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/run_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fi
# release randomly fail.
# =============================================================================

if [ "$IS_PULL_REQUEST" != "1" ]; then
if [ "$IS_PULL_REQUEST" == "1" ]; then
npm run linter-ci ./
testResult=$?
if [ $testResult -ne 0 ]; then
Expand Down

0 comments on commit 94ba854

Please sign in to comment.