Skip to content

Commit

Permalink
ci: larger fetch depth in working directory test
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Jan 8, 2025
1 parent 88709f7 commit 3647395
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-working-directory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 10
# This needs to be at least the number of commits
# in the branch the test is run in:
fetch-depth: 30

- name: Download test repository
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 3647395

Please sign in to comment.