mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-11 01:30:03 -04:00
Add more descriptive title to job
This commit is contained in:
parent
e8a4380a00
commit
b326646fe5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/spectesting.yml
vendored
2
.github/workflows/spectesting.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: vagrant-spec Code Checkout and Build
|
||||
working-directory: ${{github.workspace}}
|
||||
run: .ci/spec/build-vagrant-spec.sh
|
||||
- name: Run Tests
|
||||
- name: Run Tests on ${{ matrix.host_os }} with guest ${{ matrix.guest_os }}
|
||||
run: .ci/spec/run-test.sh
|
||||
working-directory: ${{github.workspace}}
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue