mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-01 02:34:43 +00:00
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 <william.douglas@intel.com>
This commit is contained in:
committed by
William Douglas
parent
ca3b07cf5e
commit
bf3b0201c3
@@ -46,6 +46,8 @@ jobs:
|
||||
timeout-minutes: 60
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: install_bats
|
||||
run: sudo apt-get install bats
|
||||
|
||||
Reference in New Issue
Block a user