Browse Source

build(ci): Re-enable "html to image" action (#23943)

This re-enables the action after pinning the action base image to the previous tag. Reverts #23941.

I believe this update to the image caused the issue: https://github.com/buildkite/docker-puppeteer/pull/141
Billy Vong 4 years ago
parent
commit
78360f3e9f
1 changed files with 5 additions and 5 deletions
  1. 5 5
      .github/workflows/acceptance.yml

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

@@ -54,11 +54,11 @@ jobs:
           name: jest-html
           path: .artifacts/visual-snapshots/jest
 
-      # - name: Create Images from HTML
-      #   uses: getsentry/action-html-to-image@main
-      #   with:
-      #     base-path: .artifacts/visual-snapshots/jest
-      #     css-path: src/sentry/static/sentry/dist/sentry.css
+      - name: Create Images from HTML
+        uses: getsentry/action-html-to-image@main
+        with:
+          base-path: .artifacts/visual-snapshots/jest
+          css-path: src/sentry/static/sentry/dist/sentry.css
 
       - name: Save snapshots
         if: always()