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 abfe5bc commit 304234aCopy full SHA for 304234a
.github/workflows/ci.yml
@@ -27,3 +27,9 @@ jobs:
27
# Running cargo make doesn't successfully start `ganache`
28
run: |
29
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