Skip to content

Commit

Permalink
In Browser Unit Test - Cloud lib connection string for PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLinYao committed Aug 17, 2023
1 parent abb8002 commit f488af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-in-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
env:
ServicePassword: ${{env.CLOUDLIB_PASSWORD}}
# Connection string for PostgreSQL from Cloud Library
CloudLibraryPostgreSQL: "Server=localhost;Username=testuser;Database=cloudlib_test;Port=5432;Password=password;SSLMode=Prefer;Include Error Detail=true"
CloudLibraryPostgreSQL: 'Server=localhost;Username=testuser;Database=cloudlib_test;Port=5432;Password=password;SSLMode=Prefer;Include Error Detail=true'
run: |
dotnet ./main/UACloudLibraryServer/bin/Release/net6.0/UA-CloudLibrary.dll &
# This takes over 10 minutes to run.
Expand Down

0 comments on commit f488af2

Please sign in to comment.