Browse Source

Update the action-visual-snapshot (#44313)

Matt Gaunt-Seo @ Sentry.io 2 years ago
parent
commit
f2a68b99d1
2 changed files with 3 additions and 2 deletions
  1. 1 0
      .github/file-filters.yml
  2. 2 2
      .github/workflows/acceptance.yml

+ 1 - 0
.github/file-filters.yml

@@ -75,6 +75,7 @@ backend_all: &backend_all
 
 # This is the ultimate controller for acceptance.yml
 acceptance: &acceptance
+  - *frontend_all
   - *backend_all
   # This is verbose because backend_build_changes includes it, however,
   - '.github/actions/setup-sentry/action.yml'

+ 2 - 2
.github/workflows/acceptance.yml

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