👷 ci(circleci): fix store test results path

- correct indentation for `store_test_results` step in `circleci/config.yml`
This commit is contained in:
Jeremiah Russell
2025-10-20 12:53:22 +01:00
committed by Jeremiah Russell
parent 82c920390c
commit edb98980c7

View File

@@ -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: