mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
try db connection with psql
This commit is contained in:
parent
e02d0f39ec
commit
b5b670b8b9
@ -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 New Issue
Block a user