fix(bytebase)[1]

`pkgx get-port` produces intermediate output on stdout.
This commit is contained in:
Jacob Heider 2024-04-25 14:28:26 -04:00
parent c48ed4dcf7
commit afe4048f60
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -50,7 +50,7 @@ test:
- run: exit 0
if: linux
- FREE_PORT=$(pkgx get-port)
- FREE_PORT=$(pkgx get-port | tail -n1)
- bytebase --port $FREE_PORT > out.log 2>&1 &
- PID=$!
- sleep 35