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