We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deca17c commit cbddd02Copy full SHA for cbddd02
semantic-kernel-csharp/run.sh
@@ -28,5 +28,8 @@ export DOCKER_HOST="unix:///run/podman/podman.sock"
28
# Enable MongoDB.ConformanceTests
29
sed -i -e '/\[assembly: DisableTests/d' dotnet/test/VectorData/MongoDB.ConformanceTests/Properties/AssemblyInfo.cs
30
31
+# Export the MongoDB connection string
32
+export MONGODB__CONNECTIONURL=$MONGODB_URI
33
+
34
echo "Running MongoDB.ConformanceTests"
35
sudo $DOTNET_SDK_PATH/dotnet test dotnet/test/VectorData/MongoDB.ConformanceTests/MongoDB.ConformanceTests.csproj --framework net8.0
0 commit comments