From c9c7665bba472b9511b9cfdf6a57b859e6019de5 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Wed, 10 Mar 2021 14:48:01 -0500 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 819fa51dd..bfc22fbc4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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