Skip to content

Commit

Permalink
ci: fixed codecov warning (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed Apr 29, 2024
1 parent 6d4b9ca commit 2cdbaf3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/react-component-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@master
with:
# https://github.com/codecov/codecov-action/issues/190
fetch-depth: 2

- name: restore cache from package-lock.json
uses: actions/cache@v2
Expand Down

0 comments on commit 2cdbaf3

Please sign in to comment.