Skip to content

Commit

Permalink
ci: add task to variant
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Mar 31, 2022
1 parent fdf2212 commit f990b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2326,6 +2326,7 @@ buildvariants:
run_on: ubuntu1804-large
tasks:
- run-checks
- run-typescript-next
- name: mongosh_integration_tests
display_name: mongosh integration tests
run_on: ubuntu1804-test
Expand Down
2 changes: 1 addition & 1 deletion .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ BUILD_VARIANTS.push({
name: 'lint',
display_name: 'lint',
run_on: DEFAULT_OS,
tasks: ['run-checks']
tasks: ['run-checks', 'run-typescript-next']
});

// TODO NODE-3897 - generate combined coverage report
Expand Down

0 comments on commit f990b3b

Please sign in to comment.