You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dotnet test -e POSTGRESQL_FQDN=$POSTGRESQL_FQDN -e POSTGRESQL_DATABASE=$POSTGRESQL_DATABASE -e POSTGRESQL_SERVER_ADMIN=$POSTGRESQL_SERVER_ADMIN
cd ../../Batec.Azure.Data.Extensions.Npgsql.EntityFrameworkCore/tests
POSTGRESQL_CONNECTION_STRING="Server=$POSTGRESQL_FQDN;Port=5432;User ID=$POSTGRESQL_SERVER_ADMIN;Database=$POSTGRESQL_DATABASE;SSL Mode=Require;Trust Server Certificate=true"