mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 20:40:00 +00:00
fix
This commit is contained in:
parent
c80e7f9c2c
commit
89923b9e84
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
|
@ -177,7 +177,7 @@ jobs:
|
||||||
--capture=tee-sys | tee pytest-${{ matrix.test-type }}.log
|
--capture=tee-sys | tee pytest-${{ matrix.test-type }}.log
|
||||||
|
|
||||||
- name: Update the PR if tests/integration/recordings/ has changed
|
- name: Update the PR if tests/integration/recordings/ has changed
|
||||||
if: ${{ needs.check_rerecord_tests.outputs.rerecord_tests == 'true' }}
|
if: ${{ env.SHOULD_RECORD == 'true' }}
|
||||||
run: |
|
run: |
|
||||||
if [ -n "$(git diff --exit-code tests/integration/recordings/)" ]; then
|
if [ -n "$(git diff --exit-code tests/integration/recordings/)" ]; then
|
||||||
echo "Updating PR with updated recordings"
|
echo "Updating PR with updated recordings"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue