Skip to content

Commit

Permalink
add pw and user to CI env
Browse files Browse the repository at this point in the history
  • Loading branch information
Lur1an committed May 7, 2024
1 parent f13593c commit 849e800
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
env:
EDGEDB_HOST: localhost
EDGEDB_PORT: 5656
EDGEDB_CLIENT_USER: edgedb
EDGEDB_CLIENT_PASSWORD: edgedb
EDGEDB_CLIENT_TLS_SECURITY: insecure

run: cargo test --verbose -- --nocapture
Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ services:
image: edgedb/edgedb:latest
environment:
EDGEDB_SERVER_SECURITY: insecure_dev_mode
EDGEDB_SERVER_PASSWORD: edgedb
EDGEDB_SERVER_USER: edgedb
EDGEDB_SERVER_PASSWORD: edgedb
volumes:
- "./dbschema:/dbschema"
ports:
Expand Down

0 comments on commit 849e800

Please sign in to comment.