Skip to content

Commit

Permalink
rename env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Lur1an committed May 7, 2024
1 parent 849e800 commit cd17912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
env:
EDGEDB_HOST: localhost
EDGEDB_PORT: 5656
EDGEDB_CLIENT_USER: edgedb
EDGEDB_CLIENT_PASSWORD: edgedb
EDGEDB_USER: edgedb
EDGEDB_PASSWORD: edgedb
EDGEDB_CLIENT_TLS_SECURITY: insecure

run: cargo test --verbose -- --nocapture
Expand Down

0 comments on commit cd17912

Please sign in to comment.