File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -119,12 +119,14 @@ tasks:
119
119
- func : " setup remote atlas"
120
120
- func : " execute tests"
121
121
122
- - name : test-semantic-kernel-csharp
123
- tags : [local ]
122
+ - name : test-semantic-kernel-csharp-remote
123
+ tags : [remote ]
124
124
commands :
125
125
- func : " fetch repo"
126
+ - func : " setup remote atlas"
126
127
- func : " execute tests"
127
128
129
+
128
130
- name : test-langchain-python-local
129
131
tags : [local]
130
132
commands :
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ SCRIPT_DIR=$(realpath "$(dirname ${BASH_SOURCE[0]})")
7
7
ROOT_DIR=$( dirname $SCRIPT_DIR )
8
8
. $ROOT_DIR /env.sh
9
9
10
+ . $ROOT_DIR /.evergreen/utils.sh
11
+
10
12
# WORKING_DIR = $ROOT_DIR/semantic-kernel-csharp/semantic-kernel
11
13
12
14
# Install .NET
You can’t perform that action at this time.
0 commit comments