This commit is contained in:
Ashwin Bharambe 2025-07-29 16:12:58 -07:00
parent c80e7f9c2c
commit 89923b9e84

View file

@ -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"