mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
try db connection with psql
This commit is contained in:
parent
e02d0f39ec
commit
b5b670b8b9
1 changed files with 5 additions and 4 deletions
|
@ -14,10 +14,11 @@ steps:
|
|||
commands:
|
||||
- apt-get -y update
|
||||
- apt-get -y install --no-install-recommends espeak postgresql-client
|
||||
- cargo check --all
|
||||
- cargo clippy
|
||||
- cargo test --workspace --no-fail-fast
|
||||
- mdbook build docs/
|
||||
- psql $LEMMY_DATABASE_URL
|
||||
#- cargo check --all
|
||||
#- cargo clippy
|
||||
#- cargo test --workspace --no-fail-fast
|
||||
#- mdbook build docs/
|
||||
|
||||
- name: run federation tests
|
||||
image: docker/compose:alpine-1.27.4
|
||||
|
|
Loading…
Reference in a new issue