mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-24 19:10:00 +00:00
testing
This commit is contained in:
parent
343d569b76
commit
8274b58685
2 changed files with 21 additions and 11 deletions
8
.github/workflows/integration-tests.yml
vendored
8
.github/workflows/integration-tests.yml
vendored
|
|
@ -130,9 +130,13 @@ jobs:
|
|||
run: |
|
||||
if [[ -n $(git status --porcelain tests/integration/recordings/) ]]; then
|
||||
echo "New recordings detected, committing and pushing"
|
||||
|
||||
git checkout -B ${{ github.head_ref }}
|
||||
|
||||
git add tests/integration/recordings/
|
||||
git commit -m "Update recordings"
|
||||
git push origin HEAD:${{ github.head_ref }}
|
||||
git commit -m "Update recordings"
|
||||
git pull --rebase origin ${{ github.head_ref }}
|
||||
git push origin ${{ github.head_ref }}
|
||||
else
|
||||
echo "No recording changes"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue