mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Store test results as artifacts.
This commit is contained in:
parent
a53d942da5
commit
e62343c60b
@ -233,6 +233,9 @@ jobs:
|
||||
command: codecov --flags all --gcov-root build
|
||||
- store_test_results:
|
||||
path: test_results/
|
||||
- store_artifacts:
|
||||
path: test_results/
|
||||
destination: test_results/
|
||||
|
||||
test_x86_mac:
|
||||
macos:
|
||||
@ -254,6 +257,9 @@ jobs:
|
||||
- run: *run_tests
|
||||
- store_test_results:
|
||||
path: test_results/
|
||||
- store_artifacts:
|
||||
path: test_results/
|
||||
destination: test_results/
|
||||
|
||||
docs:
|
||||
docker:
|
||||
|
Loading…
Reference in New Issue
Block a user