mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 23:11:09 +00:00
fix path
This commit is contained in:
parent
38fb159e43
commit
1277fb9c14
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ steps:
|
|||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y postgresql
|
||||
- ls -la /usr/lib/postgresql/
|
||||
- export PATH="/usr/lib/postgresql/15.1/bin:$PATH"
|
||||
- ls -la /usr/lib/postgresql/bin
|
||||
- export PATH="/usr/lib/postgresql/15/bin:$PATH"
|
||||
- cargo test --no-fail-fast
|
||||
|
||||
services:
|
||||
|
|
Loading…
Reference in a new issue