mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(actions): Fix for Chromatic action using actions/checkout@v3 (#23759)
This commit is contained in:
2
.github/workflows/chromatic-master.yml
vendored
2
.github/workflows/chromatic-master.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user