Skip to content

Commit

Permalink
chore: increase fetch-depth to resolve error with test (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Jun 27, 2023
1 parent 4904bb2 commit 89f014a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -670,6 +670,7 @@ jobs:
base_sha: "fcdeb5b3d797752d95f6dbe98552a95c29dad338"
sha: "432e0c810c60ef1332850a971c5ec39022034b4c"
recover_deleted_files: true
fetch_depth: 60000

- name: Show output
run: |
Expand Down Expand Up @@ -702,6 +703,7 @@ jobs:
files: |
test
recover_deleted_files: true
fetch_depth: 60000

- name: Show output
run: |
Expand Down Expand Up @@ -736,6 +738,7 @@ jobs:
- test/**.txt
- test/**.md
recover_deleted_files: true
fetch_depth: 60000

- name: Show output
run: |
Expand Down Expand Up @@ -767,6 +770,7 @@ jobs:
sha: "432e0c810c60ef1332850a971c5ec39022034b4c"
recover_deleted_files: true
recover_deleted_files_to_destination: "deleted_files"
fetch_depth: 60000

- name: Show output
run: |
Expand Down

0 comments on commit 89f014a

Please sign in to comment.