mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
fix
This commit is contained in:
parent
52667b0eb6
commit
47ff3ada3c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codeflash-optimize.yaml
vendored
4
.github/workflows/codeflash-optimize.yaml
vendored
|
|
@ -59,8 +59,8 @@ jobs:
|
|||
cd ./cli
|
||||
poetry env use python
|
||||
poetry run codeflash
|
||||
- name: Display AI Server logs
|
||||
- name: Display AI Server logs
|
||||
if: always() # This ensures logs are shown even if tests fail
|
||||
- run: |
|
||||
run: |
|
||||
cd ./django/aiservice
|
||||
cat server.log
|
||||
|
|
|
|||
Loading…
Reference in a new issue