mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 22:52:26 +00:00
debug
This commit is contained in:
parent
837cc6ed3a
commit
f3b446f434
2 changed files with 7 additions and 1 deletions
|
|
@ -107,6 +107,11 @@ jobs:
|
|||
|
||||
- name: Commit and push recordings
|
||||
run: |
|
||||
pwd
|
||||
ls -la tests/integration/recordings/
|
||||
git status --porcelain tests/integration/recordings/
|
||||
git status
|
||||
|
||||
if ! git status --porcelain tests/integration/recordings/ | grep -q .; then
|
||||
echo "New recordings detected, committing and pushing"
|
||||
git add tests/integration/recordings/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue