Skip to content

Commit

Permalink
Setup yarn in current shell for jenkins test report script (#23531)
Browse files Browse the repository at this point in the history
* Setup yarn in current shell [skip ci]

* Use setup.sh
  • Loading branch information
joshdover authored Sep 26, 2018
1 parent 832b896 commit 3c806b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/scripts/jenkins_report_failed_tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash

set -e
source "$(dirname $0)/../../src/dev/ci_setup/setup.sh"

xvfb-run "$(FORCE_COLOR=0 yarn bin)/grunt" jenkins:report;

0 comments on commit 3c806b8

Please sign in to comment.