Skip to content

Commit

Permalink
Merge pull request #2804 from compucorp/PCHR-4049-upgrade-gulp
Browse files Browse the repository at this point in the history
PCHR-4049: Upgrade gulp
  • Loading branch information
igorpavlov authored Aug 6, 2018
2 parents 0c7c88d + d37f669 commit 71d02cc
Show file tree
Hide file tree
Showing 8 changed files with 3,865 additions and 3,583 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def testJS(hrcoreFolder, java.util.LinkedHashMap extension) {
// workspace, where Jenkins will read it
sh """
cd $CIVICRM_EXT_ROOT/civihr/${hrcoreFolder}
gulp test --ext ${extension.folder} --reporters junit,progress || true
npx gulp test --ext ${extension.folder} --reporters junit,progress || true
cd $CIVICRM_EXT_ROOT/civihr/${extension.folder}
mv test-reports/*.xml $WORKSPACE/$KARMA_TESTS_REPORT_FOLDER/ || true
Expand Down
Loading

0 comments on commit 71d02cc

Please sign in to comment.