Skip to content

Commit bb759ac

Browse files
committed
export DBOS_DATABASE_URL
1 parent 210b8e6 commit bb759ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,6 @@ jobs:
6262
run: go test -v ./...
6363
working-directory: ./dbos
6464
env:
65+
DBOS_DATABASE_URL: postgres://postgres:a!b@c$d()e*_,/:;=?@ff[]22@localhost:5432/postgres?sslmode=disable
6566
PGPASSWORD: a!b@c$d()e*_,/:;=?@ff[]22
6667
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)