👷 ci(circleci): fix store test results path
- correct indentation for `store_test_results` step in `circleci/config.yml`
This commit is contained in:
committed by
Jeremiah Russell
parent
82c920390c
commit
edb98980c7
@@ -227,7 +227,7 @@ workflows:
|
|||||||
nextest_profile: ci
|
nextest_profile: ci
|
||||||
post-steps:
|
post-steps:
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: target/nextest/ci/junit.xml
|
path: target/nextest/ci/junit.xml
|
||||||
- toolkit/idiomatic_rust:
|
- toolkit/idiomatic_rust:
|
||||||
min_rust_version: << pipeline.parameters.min-rust-version >>
|
min_rust_version: << pipeline.parameters.min-rust-version >>
|
||||||
- toolkit/security:
|
- toolkit/security:
|
||||||
|
|||||||
Reference in New Issue
Block a user