From 413a0cc179242d99909db2db1dd07803ea8145b6 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 11 Feb 2021 22:31:30 -0800 Subject: Add Ruby 3 testing + cleanup deps Signed-off-by: Tim Smith --- .expeditor/run_linux_tests.sh | 1 - .expeditor/verify.pipeline.yml | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to '.expeditor') diff --git a/.expeditor/run_linux_tests.sh b/.expeditor/run_linux_tests.sh index 7df1936..fc2f6b2 100755 --- a/.expeditor/run_linux_tests.sh +++ b/.expeditor/run_linux_tests.sh @@ -8,7 +8,6 @@ export USER="root" export LANG=C.UTF-8 LANGUAGE=C.UTF-8 echo "--- bundle install" - bundle config --local path vendor/bundle bundle install --jobs=7 --retry=3 diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml index 5a69b50..6535e4f 100644 --- a/.expeditor/verify.pipeline.yml +++ b/.expeditor/verify.pipeline.yml @@ -43,6 +43,14 @@ steps: docker: image: ruby:2.7-buster +- label: run-lint-and-specs-ruby-3.0 + command: + - .expeditor/run_linux_tests.sh rake + expeditor: + executor: + docker: + image: ruby:3.0-buster + - label: run-specs-windows command: - bundle config --local path vendor/bundle -- cgit v1.2.1