Skip to content

Commit

Permalink
Add CI.
Browse files Browse the repository at this point in the history
More CI fix.
  • Loading branch information
sainthkh committed Jul 1, 2020
1 parent b89a685 commit f86936a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ jobs:
<<: *defaults
fundamentals__chrome-remote-debugging:
<<: *defaults
fundamentals__typescript:
<<: *defaults

# list all jobs to run and their dependencies here
# and then use this list from workflow definition
Expand Down Expand Up @@ -487,6 +489,9 @@ all_jobs: &all_jobs
- fundamentals__module-api:
requires:
- build
- fundamentals__typescript:
requires:
- build

# to avoid constantly tweaking required jobs on CircleCI
# we can have a single job wait on all other test jobs here.
Expand Down Expand Up @@ -516,6 +521,7 @@ all_jobs: &all_jobs
- fundamentals__dynamic-tests
- fundamentals__module-api
- fundamentals__add-custom-command
- fundamentals__typescript
- logging-in__csrf-tokens
- logging-in__html-web-forms
- logging-in__single-sign-on
Expand Down

0 comments on commit f86936a

Please sign in to comment.