Skip to content

Commit

Permalink
(DO NOT MERGE): Expose the JSON files
Browse files Browse the repository at this point in the history
So I can see the dump.  It would be nice if the sentry tests didn't
cause the e2e tests to fail locally.
  • Loading branch information
Yawning committed Dec 20, 2019
1 parent c54f75f commit a5834c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ steps:
- .buildkite/scripts/test_e2e.sh
artifact_paths:
- e2e/**/*.log
- e2e/**/*.json
- coverage-e2e-*.tar.gz
env:
OASIS_E2E_COVERAGE: enable
Expand All @@ -219,6 +220,7 @@ steps:
- .buildkite/scripts/test_e2e.sh
artifact_paths:
- e2e/**/*.log
- e2e/**/*.json
- coverage-e2e-sgx-*.tar.gz
env:
OASIS_E2E_COVERAGE: enable
Expand Down

0 comments on commit a5834c1

Please sign in to comment.