From 02b6451c17cf81d138cd653fa989080246a1a63a Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Tue, 12 Nov 2019 20:44:00 -0800 Subject: Improve Actions job name shown on toolip Hoping to make it like `make (check, ...)`, `make (test-bundler, ...)` instead of `latest (...)` because some of the jobs are already not running on a latest platform. --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/windows.yml') diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 96bcbcb135..0b4c41d80f 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -7,12 +7,12 @@ on: branches: - '*' jobs: - latest: + make: strategy: matrix: + test_task: [test] os: [windows-2016, windows-2019] vs: [2017, 2019] - test_task: [test] exclude: - os: windows-2016 vs: 2019 -- cgit v1.2.3