Skip to content

Commit f86936a

Browse files
committed
Add CI.
More CI fix.
1 parent b89a685 commit f86936a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

circle.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)