From b326646fe5822cd2a3cfcb09ddd161e8401a9ace Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Tue, 18 Feb 2020 14:15:01 -0800 Subject: [PATCH] Add more descriptive title to job --- .github/workflows/spectesting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spectesting.yml b/.github/workflows/spectesting.yml index 65a162c9b..aa31c8b47 100644 --- a/.github/workflows/spectesting.yml +++ b/.github/workflows/spectesting.yml @@ -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: