diff --git a/.github/workflows/chromatic-master.yml b/.github/workflows/chromatic-master.yml index 67a9dfac69d2a..11e07e6c5ab3e 100644 --- a/.github/workflows/chromatic-master.yml +++ b/.github/workflows/chromatic-master.yml @@ -53,6 +53,8 @@ jobs: # Job steps steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 # 👈 Required to retrieve git history - name: Install dependencies run: npm ci working-directory: superset-frontend