Skip to content

Commit

Permalink
remove path segment that's irrelevant for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 8, 2020
1 parent 0c101f5 commit 558e195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-test/src/failed_tests_reporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This copies a script to download the reports, which you should execute in the ro
Next, run the CLI in `--no-github-update` mode so that it doesn't actually communicate with Github and `--no-report-update` to prevent the script from mutating the reports on disk and instead log the updated report.

```sh
node scripts/report_failed_tests.js --verbose --no-github-update --no-report-update target/downloaded_junit/parallel/*/kibana/target/junit/**/*.xml
node scripts/report_failed_tests.js --verbose --no-github-update --no-report-update target/downloaded_junit/**/*.xml
```

Unless you specify the `GITHUB_TOKEN` environment variable requests to read existing issues will use anonymous access which is limited to 60 requests per hour.

0 comments on commit 558e195

Please sign in to comment.