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:
|
commands:
|
||||||
- apt-get -y update
|
- apt-get -y update
|
||||||
- apt-get -y install --no-install-recommends espeak postgresql-client
|
- apt-get -y install --no-install-recommends espeak postgresql-client
|
||||||
- cargo check --all
|
- psql $LEMMY_DATABASE_URL
|
||||||
- cargo clippy
|
#- cargo check --all
|
||||||
- cargo test --workspace --no-fail-fast
|
#- cargo clippy
|
||||||
- mdbook build docs/
|
#- cargo test --workspace --no-fail-fast
|
||||||
|
#- mdbook build docs/
|
||||||
|
|
||||||
- name: run federation tests
|
- name: run federation tests
|
||||||
image: docker/compose:alpine-1.27.4
|
image: docker/compose:alpine-1.27.4
|
||||||
|
|
Loading…
Reference in a new issue