Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit bf3b020

Browse files
William Douglasbryteise
authored andcommitted
Fetch entire git tree for master comparison
The api test needs to compare the current commit on the remote branch to the master branch. Based on the documentation, 'fetch-depth: 0' is intended to fetch all branches and tags. Signed-off-by: William Douglas <[email protected]>
1 parent ca3b07c commit bf3b020

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
timeout-minutes: 60
4747
steps:
4848
- uses: actions/checkout@v3
49+
with:
50+
fetch-depth: 0
4951

5052
- name: install_bats
5153
run: sudo apt-get install bats

0 commit comments

Comments
 (0)