Skip to content

Commit

Permalink
Add testing to processes
Browse files Browse the repository at this point in the history
  • Loading branch information
shrir committed Nov 28, 2024
1 parent 73136d0 commit 7afa1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/domain/jobs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
}


canonical_process_names = ["Code Review", "Documentation", "CI/CD"]
canonical_process_names = ["Code Review", "Testing", "Documentation", "CI/CD"]
process_name_special_cases = {
"ci/cd pipelines": "CI/CD",
}
Expand Down

0 comments on commit 7afa1da

Please sign in to comment.