Skip to content

Commit bf005fd

Browse files
committed
Remote db for csharp tests
1 parent 7ceed7c commit bf005fd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,14 @@ tasks:
119119
- func: "setup remote atlas"
120120
- func: "execute tests"
121121

122-
- name: test-semantic-kernel-csharp
123-
tags: [local]
122+
- name: test-semantic-kernel-csharp-remote
123+
tags: [remote]
124124
commands:
125125
- func: "fetch repo"
126+
- func: "setup remote atlas"
126127
- func: "execute tests"
127128

129+
128130
- name: test-langchain-python-local
129131
tags: [local]
130132
commands:

semantic-kernel-csharp/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ SCRIPT_DIR=$(realpath "$(dirname ${BASH_SOURCE[0]})")
77
ROOT_DIR=$(dirname $SCRIPT_DIR)
88
. $ROOT_DIR/env.sh
99

10+
. $ROOT_DIR/.evergreen/utils.sh
11+
1012
# WORKING_DIR = $ROOT_DIR/semantic-kernel-csharp/semantic-kernel
1113

1214
# Install .NET

0 commit comments

Comments
 (0)