Merge pull request #6810 from ethereum/ossfuzz-remove-redundant-ci-config

Remove test results config from ossfuzz regression job
This commit is contained in:
chriseth 2019-05-22 11:14:59 +02:00 committed by GitHub
commit f06582f97f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -473,8 +473,6 @@ jobs:
update-alternatives --install /usr/bin/llvm-symbolizer llvm-symbolizer /usr/bin/llvm-symbolizer-7 1
- run: mkdir -p test_results
- run: *run_regressions
- store_test_results:
path: test_results/
- store_artifacts:
path: test_results/
destination: test_results/