Skip to content

Commit

Permalink
chore(actions): Fix for Chromatic action using actions/checkout@v3 (a…
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Apr 21, 2023
1 parent a3c971c commit 295975d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chromatic-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 295975d

Please sign in to comment.