Merge pull request #5156 from estesp/step-name

CI: Add a name for the vagrant up step
This commit is contained in:
Fu, Wei 2021-03-11 10:45:40 +08:00 committed by GitHub
commit 2b1e913679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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