Skip to content

Commit

Permalink
fix: update docs strings for test command in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
roberta-dt committed Aug 24, 2023
1 parent 01abc17 commit 15afe3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ run: ## Run pipeline in sandbox environment. Must specify pipeline=<training|pre
poetry run python -m pipelines.utils.trigger_pipeline --template_path=pipelines/${pipeline}/pipeline.yaml --display_name=${pipeline} --wait=${wait}


test: ## Run unit tests for a component group or for all component groups and the pipeline trigger code.
test: ## Run unit tests for a specific component group or for all component groups and the pipeline trigger code. Specify GROUP=<vertex-components|bigquery-components>
@if [ -n "${GROUP}" ]; then \
echo "Test components under components/${GROUP}" && \
cd components/${GROUP} && \
Expand Down

0 comments on commit 15afe3a

Please sign in to comment.