1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2025-01-10 15:35:48 +00:00
This commit is contained in:
Felix Ableitner 2024-01-26 12:57:47 +01:00
parent 798d976282
commit c2fb9e1c88

View file

@ -15,7 +15,7 @@ steps:
- cp -r /usr/local/cargo/bin .
- chown testuser:testuser . -R
- pwd
- export PATH="/usr/lib/postgresql/15/bin:/woodpecker/src/github.com/Nutomic/ibis/bin:$PATH"
- export PATH="/usr/lib/postgresql/15/bin:/usr/local/cargo/bin:$PATH"
- ls -la bin
- sudo -u testuser "PATH=$PATH" env | /bin/grep PATH
- sudo -u testuser "PATH=$PATH" cargo test --no-fail-fast