Skip to content

Commit 2b1e913

Browse files
authored
Merge pull request #5156 from estesp/step-name
CI: Add a name for the vagrant up step
2 parents 9551302 + c9c7665 commit 2b1e913

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)