|
@@ -120,7 +120,7 @@ jobs:
|
|
|
PYTEST_SNAPSHOTS_DIR: ${{ steps.setup.outputs.acceptance-dir }}
|
|
|
|
|
|
- name: Save snapshots
|
|
|
- uses: getsentry/action-visual-snapshot@d08945864bd75129863897062b8c1687f1600a2d
|
|
|
+ uses: getsentry/action-visual-snapshot@ea663f1be8b73c86b18081d714423ce52352e934
|
|
|
with:
|
|
|
save-only: true
|
|
|
snapshot-path: .artifacts/visual-snapshots
|
|
@@ -152,7 +152,7 @@ jobs:
|
|
|
echo "One of the dependent jobs have failed. You may need to re-run it." && exit 1
|
|
|
|
|
|
- name: Diff snapshots
|
|
|
- uses: getsentry/action-visual-snapshot@d08945864bd75129863897062b8c1687f1600a2d
|
|
|
+ uses: getsentry/action-visual-snapshot@ea663f1be8b73c86b18081d714423ce52352e934
|
|
|
# Run this step only if there are acceptance related code changes
|
|
|
# Forks are handled in visual-diff.yml
|
|
|
if: needs.files-changed.outputs.acceptance == 'true' && github.event.pull_request.head.repo.full_name == 'getsentry/sentry'
|