Skip to content

Commit c9f7a2d

Browse files
authored
Merge pull request #3610 from cal-itp/test-model-changes
Add command to test changes made to dbt models
2 parents 822f76f + 25a223c commit c9f7a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/pull_request_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Resolves #\[issue\]
1515

1616
_Include commands/logs/screenshots as relevant._
1717

18-
_If making changes to dbt models, please run the command `poetry run dbt run -s CHANGED_MODEL` and include the output in this section of the PR._
18+
_If making changes to dbt models, please run the command `poetry run dbt run -s CHANGED_MODEL` and `poetry run dbt test -s CHANGED_MODEL`, then include the output in this section of the PR._
1919

2020
## Post-merge follow-ups
2121

0 commit comments

Comments
 (0)