Skip to content

Commit af1926d

Browse files
committed
chore(evg): fix running connectivity tests
1 parent 230e34b commit af1926d

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ tasks:
343343
tags:
344344
- atlas-connect
345345
commands:
346+
- func: install dependencies
346347
- func: run atlas tests
347348
vars:
348349
VERSION: latest

.evergreen/config.yml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ functions:
139139

140140
"run atlas tests":
141141
- command: shell.exec
142+
type: test
142143
params:
143144
working_dir: "src"
144145
silent: true

.evergreen/generate_evergreen_tasks.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ TASKS.push({
162162
name: 'test-atlas-connectivity',
163163
tags: ['atlas-connect'],
164164
commands: [
165+
{
166+
func: 'install dependencies'
167+
},
165168
{
166169
func: 'run atlas tests',
167170
vars: {

0 commit comments

Comments
 (0)