Skip to content

Commit

Permalink
add database_url env
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Oct 10, 2024
1 parent 9b60485 commit 6873224
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
DATABASE_PASSWORD: symfonia
DATABASE_NAME: symfonia
DATABASE_PORT: 5432
# This is only important for tests
DATABASE_URL: postgres://symfonia:symfonia@postgres:5432/symfonia
run: |
curl -L --proto '=https' --tlsv1.3 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
cargo binstall cargo-nextest --secure --no-confirm --force
Expand Down

0 comments on commit 6873224

Please sign in to comment.