Merge pull request #5156 from estesp/step-name
CI: Add a name for the vagrant up step
This commit is contained in:
commit
2b1e913679
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -369,7 +369,8 @@ jobs:
|
||||
path: ~/.vagrant.d/boxes
|
||||
key: vagrant-${{ hashFiles('Vagrantfile*') }}
|
||||
|
||||
- run: |
|
||||
- name: Vagrant start
|
||||
run: |
|
||||
# Retry if it fails (download.fedoraproject.org returns 404 sometimes)
|
||||
vagrant up || vagrant up
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user