Skip to content

Commit cbddd02

Browse files
committed
Change connection url env var for SK upstream.
1 parent deca17c commit cbddd02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

semantic-kernel-csharp/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ export DOCKER_HOST="unix:///run/podman/podman.sock"
2828
# Enable MongoDB.ConformanceTests
2929
sed -i -e '/\[assembly: DisableTests/d' dotnet/test/VectorData/MongoDB.ConformanceTests/Properties/AssemblyInfo.cs
3030

31+
# Export the MongoDB connection string
32+
export MONGODB__CONNECTIONURL=$MONGODB_URI
33+
3134
echo "Running MongoDB.ConformanceTests"
3235
sudo $DOTNET_SDK_PATH/dotnet test dotnet/test/VectorData/MongoDB.ConformanceTests/MongoDB.ConformanceTests.csproj --framework net8.0

0 commit comments

Comments
 (0)