File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -275,6 +275,8 @@ jobs:
275275 << : *defaults
276276 fundamentals__chrome-remote-debugging :
277277 << : *defaults
278+ fundamentals__typescript :
279+ << : *defaults
278280
279281# list all jobs to run and their dependencies here
280282# and then use this list from workflow definition
@@ -487,6 +489,9 @@ all_jobs: &all_jobs
487489 - fundamentals__module-api :
488490 requires :
489491 - build
492+ - fundamentals__typescript :
493+ requires :
494+ - build
490495
491496 # to avoid constantly tweaking required jobs on CircleCI
492497 # we can have a single job wait on all other test jobs here.
@@ -516,6 +521,7 @@ all_jobs: &all_jobs
516521 - fundamentals__dynamic-tests
517522 - fundamentals__module-api
518523 - fundamentals__add-custom-command
524+ - fundamentals__typescript
519525 - logging-in__csrf-tokens
520526 - logging-in__html-web-forms
521527 - logging-in__single-sign-on
You can’t perform that action at this time.
0 commit comments