Skip to content

Commit 304234a

Browse files
committed
github actions - ci - add env. variables for primitives tests
1 parent abfe5bc commit 304234a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,9 @@ jobs:
2727
# Running cargo make doesn't successfully start `ganache`
2828
run: |
2929
cargo make ci-flow
30+
# set environment variables for `primitives` postgres tests
31+
env:
32+
POSTGRES_USER=postgres
33+
POSTGRES_PASSWORD=postgres
34+
POSTGRES_HOST=localhost
35+
POSTGRES_DB=sentry_leader

0 commit comments

Comments
 (0)