mirror of
https://github.com/Nutomic/ibis.git
synced 2025-01-10 15:55:48 +00:00
no root
This commit is contained in:
parent
b280f921ce
commit
3f0123d5a1
1 changed files with 3 additions and 4 deletions
|
@ -45,10 +45,9 @@ steps:
|
|||
CARGO_HOME: .cargo_home
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y postgresql
|
||||
- ls -la /usr/lib/postgresql/15/bin
|
||||
- export PATH="/usr/lib/postgresql/15/bin:$PATH"
|
||||
- cargo test --no-fail-fast
|
||||
- apt-get install postgresql -y --no-install-recommends --no-install-suggests
|
||||
- adduser testuser
|
||||
- PATH="/usr/lib/postgresql/15/bin:$PATH" sudo -u testuser cargo test --no-fail-fast
|
||||
|
||||
services:
|
||||
database:
|
||||
|
|
Loading…
Reference in a new issue