From 511ffa94c171fb96d0c232002c2bb67a155d4c67 Mon Sep 17 00:00:00 2001 From: "Marc A. Paradise" Date: Wed, 13 Apr 2022 11:26:23 -0400 Subject: make test names consistent Signed-off-by: Marc A. Paradise --- .expeditor/verify.pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.expeditor/verify.pipeline.yml') diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index c105118..10b5e42 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -59,7 +59,7 @@ steps: - BUNDLE_GEMFILE=/workdir/Gemfile - FORCE_FFI_YAJL="ext" -- label: "run-specs-ruby-3.0-windows" +- label: ":windows: :ruby: 3.0" command: - .expeditor/buildkite/run_windows_tests.ps1 "3.0" timeout_in_minutes: 20 @@ -73,7 +73,7 @@ steps: - BUNDLE_GEMFILE=/workdir/Gemfile - FORCE_FFI_YAJL="ext" -- label: "run-specs-ruby-3.1-windows" +- label: ":windows: :ruby: 3.1" command: - .expeditor/buildkite/run_windows_tests.ps1 "3.1" timeout_in_minutes: 20 -- cgit v1.2.1