Skip to content

Commit

Permalink
Get full git history.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Aug 18, 2023
1 parent 2431593 commit bd63ecd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
# Need full history for various diff checks to work.
fetch-depth: 0

- name: Get main branch for any diff checks
run: |
Expand Down

0 comments on commit bd63ecd

Please sign in to comment.