Skip to content

Commit c9c7665

Browse files
committed
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 <[email protected]>
1 parent 17ab5dd commit c9c7665

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,8 @@ jobs:
369369
path: ~/.vagrant.d/boxes
370370
key: vagrant-${{ hashFiles('Vagrantfile*') }}
371371

372-
- run: |
372+
- name: Vagrant start
373+
run: |
373374
# Retry if it fails (download.fedoraproject.org returns 404 sometimes)
374375
vagrant up || vagrant up
375376

0 commit comments

Comments
 (0)