aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-11-12 20:44:00 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2019-11-12 20:44:01 -0800
commit02b6451c17cf81d138cd653fa989080246a1a63a (patch)
tree651a8b20e29e66475fdd093f2302e5f1a774ae05 /.github/workflows/windows.yml
parent3118c7a2d20c6894a53480501d53daa4e6d3a743 (diff)
downloadruby-02b6451c17cf81d138cd653fa989080246a1a63a.tar.gz
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.
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 2 insertions, 2 deletions
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