Skip to content

Commit 9001abc

Browse files
committed
Remove verify step for now
1 parent b373235 commit 9001abc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,4 @@ ruby:
2727
<<: *test_definition
2828
parallel:
2929
matrix:
30-
- RUBY_VERSION: ["2.7", "3.0", "3.1", "3.2"]
31-
32-
static-analysis:
33-
before_script:
34-
- bundle install
35-
script:
36-
- rake verify
30+
- RUBY_VERSION: ["2.7", "3.0", "3.1", "3.2"]

0 commit comments

Comments
 (0)