mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
ci: checkout firstly before upload visual-regression diff report (#46361)
This commit is contained in:
parent
ff036963f8
commit
be78dcfdcd
@ -57,6 +57,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [upstream-workflow-summary]
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
# We need get persist-index first
|
||||
- name: download image snapshot artifact
|
||||
uses: dawidd6/action-download-artifact@v2
|
||||
|
Loading…
Reference in New Issue
Block a user