Skip to content

Commit

Permalink
fix(docs): Fix doc for running a smoke test (#873)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
bharath-123 authored Apr 1, 2024
1 parent 5f73361 commit 05bf350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05bf350

Please sign in to comment.