hopefully fix test suite postgres run
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
dbff6c6521
commit
623ff6aac1
|
@ -30,8 +30,9 @@ steps:
|
||||||
image: rust:1.54.0-slim-bullseye
|
image: rust:1.54.0-slim-bullseye
|
||||||
commands:
|
commands:
|
||||||
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libsqlite3-dev python3.9 python3.9-venv postgresql postgresql-client
|
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libsqlite3-dev python3.9 python3.9-venv postgresql postgresql-client
|
||||||
- su -u postgres -c 'createuser root'
|
- pg_ctlcluster 13 main start
|
||||||
- su -u postgres -c 'createdb -O root testsuitedb'
|
- su postgres -c 'createuser root'
|
||||||
|
- su postgres -c 'createdb -O root testsuitedb'
|
||||||
- psql testsuitedb -c 'CREATE TABLE testsuitetable ();'
|
- psql testsuitedb -c 'CREATE TABLE testsuitetable ();'
|
||||||
- cargo install -q --path yama
|
- cargo install -q --path yama
|
||||||
- cargo install -q --path datman
|
- cargo install -q --path datman
|
||||||
|
|
Loading…
Reference in New Issue