mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-01-07 14:33:08 -06:00
Ensure git describe works during tests (#1280)
Resolve the error `fatal: No names found, cannot describe anything` response coming out of calling git-describe due to fetch depth of 1.
This commit is contained in:
parent
63eece71c9
commit
4edb9a6831
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
@ -29,6 +29,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set up libvirt
|
||||
run: |
|
||||
sudo apt-get update
|
||||
|
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
@ -45,6 +45,8 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Clone vagrant for ruby 3.0 support
|
||||
if: ${{ matrix.ruby == '3.0.0' }}
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user