CI: Add a name for the vagrant up step
Without a name the logs use a carriage return followed by the long comment as the name of the job step which is messy when working with the actions API/logs. Signed-off-by: Phil Estes <estesp@amazon.com>
This commit is contained in:
parent
17ab5dd08c
commit
c9c7665bba
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -369,7 +369,8 @@ jobs:
|
|||||||
path: ~/.vagrant.d/boxes
|
path: ~/.vagrant.d/boxes
|
||||||
key: vagrant-${{ hashFiles('Vagrantfile*') }}
|
key: vagrant-${{ hashFiles('Vagrantfile*') }}
|
||||||
|
|
||||||
- run: |
|
- name: Vagrant start
|
||||||
|
run: |
|
||||||
# Retry if it fails (download.fedoraproject.org returns 404 sometimes)
|
# Retry if it fails (download.fedoraproject.org returns 404 sometimes)
|
||||||
vagrant up || vagrant up
|
vagrant up || vagrant up
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user