diff --git a/.woodpecker.yml b/.woodpecker.yml index d95480e..28d9a31 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -46,7 +46,7 @@ steps: commands: - apt-get update - apt-get install -y postgresql - - ls -la /usr/lib/postgresql/bin + - ls -la /usr/lib/postgresql/15/bin - export PATH="/usr/lib/postgresql/15/bin:$PATH" - cargo test --no-fail-fast