Skip to content
Snippets Groups Projects
Commit 63318306 authored by John Harris's avatar John Harris
Browse files

build: add test stage

parent bf0da29d
No related branches found
No related tags found
No related merge requests found
Pipeline #30541 failed
......@@ -2,6 +2,7 @@ image: "ruby:2.7"
stages:
- release
- test
before_script:
- sudo apt-get update -qq
......@@ -10,6 +11,10 @@ before_script:
- gem install bundler --no-document
- bundle install --jobs $(nproc) "${FLAGS[@]}"
rspec:
script:
- bundle exec rspec
rubocop:
script:
- bundle exec rubocop
......
inherit_gem:
rubocop-shopify: rubocop.yml
Style/GlobalVars:
Enabled: false
Style/FrozenStringLiteralComment:
Enabled: false
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment