.gitlab-ci.yml in epub-maker-0.1.4 vs .gitlab-ci.yml in epub-maker-0.1.5
- old
+ new
@@ -54,5 +54,15 @@
- tags
cache:
key: ruby:2.7
paths:
- deps
+
+test:3.0:
+ image: ruby:3.0-rc
+ script: bundle exec rake test
+ except:
+ - tags
+ cache:
+ key: ruby:3.0
+ paths:
+ - deps