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:
Phil Estes 2021-03-10 14:48:01 -05:00
parent 17ab5dd08c
commit c9c7665bba
No known key found for this signature in database
GPG Key ID: FE2598126B196A38

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