From 05bf350a51b902f3b73897eb34d10799c7b6e122 Mon Sep 17 00:00:00 2001 From: Bharath Vedartham Date: Tue, 2 Apr 2024 00:22:01 +0530 Subject: [PATCH] fix(docs): Fix doc for running a smoke test (#873) ## Summary Fix doc for running a smoke-test in the `charts` directory. ## Background The doc should be `just run-smoke-test` instead of `just run smoke-test` ## Changes - Update the docs ## Testing By running `just run-smoke-test` and ensuring that it is successfully triggered. --- charts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/README.md b/charts/README.md index b0602c017..e32493236 100644 --- a/charts/README.md +++ b/charts/README.md @@ -168,7 +168,7 @@ To deploy and run this: > just deploy cluster > just deploy smoke-test # deploys all components needed to run the smoke test -> just run smoke-test +> just run-smoke-test # Runs the smoke test will return failure if fails > just delete smoke-test # Clean up deployed test