mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-14 23:32:37 +00:00
use LLAMA_STACK_LOG_WIDTH for auth workflow
This commit is contained in:
parent
250c6a2d9f
commit
311d5c8a68
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-auth-tests.yml
vendored
2
.github/workflows/integration-auth-tests.yml
vendored
|
|
@ -85,7 +85,7 @@ jobs:
|
||||||
cat $run_dir/run.yaml
|
cat $run_dir/run.yaml
|
||||||
|
|
||||||
# avoid line breaks in the server log, especially because we grep it below.
|
# avoid line breaks in the server log, especially because we grep it below.
|
||||||
export COLUMNS=1984
|
export LLAMA_STACK_LOG_WIDTH=200
|
||||||
nohup uv run llama stack run $run_dir/run.yaml > server.log 2>&1 &
|
nohup uv run llama stack run $run_dir/run.yaml > server.log 2>&1 &
|
||||||
|
|
||||||
- name: Wait for Llama Stack server to be ready
|
- name: Wait for Llama Stack server to be ready
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue