From 85fb647d8440b98a72d58ff7c5abff564c44a5ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pacana?= Date: Fri, 8 Sep 2023 17:38:58 +0200 Subject: [PATCH] Rename template --- support/ci/generate | 2 +- support/ci/{ruby.yaml.erb => test.yaml.erb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename support/ci/{ruby.yaml.erb => test.yaml.erb} (100%) diff --git a/support/ci/generate b/support/ci/generate index beb8363943..b7b205975f 100755 --- a/support/ci/generate +++ b/support/ci/generate @@ -67,7 +67,7 @@ class CI name, working_directory: nil, matrix: generate(ruby_version(RUBY_VERSIONS), bundle_gemfile(GEMFILE)), - template: "ruby.yaml.erb" + template: "test.yaml.erb" ) { name: "#{name}_test", diff --git a/support/ci/ruby.yaml.erb b/support/ci/test.yaml.erb similarity index 100% rename from support/ci/ruby.yaml.erb rename to support/ci/test.yaml.erb