Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
95d52c9f
Commit
95d52c9f
authored
Apr 03, 2018
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove test_ci rake task
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
f2e6a738
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
changelogs/unreleased/44902-remove-rake-test-ci.yml
changelogs/unreleased/44902-remove-rake-test-ci.yml
+5
-0
lib/tasks/test.rake
lib/tasks/test.rake
+0
-5
No files found.
changelogs/unreleased/44902-remove-rake-test-ci.yml
0 → 100644
View file @
95d52c9f
---
title
:
Remove test_ci rake task
merge_request
:
18139
author
:
Takuya Noguchi
type
:
other
lib/tasks/test.rake
View file @
95d52c9f
...
...
@@ -4,8 +4,3 @@ desc "GitLab | Run all tests"
task
:test
do
Rake
::
Task
[
"gitlab:test"
].
invoke
end
unless
Rails
.
env
.
production?
desc
"GitLab | Run all tests on CI with simplecov"
task
test_ci:
[
:rubocop
,
:brakeman
,
:karma
,
:spinach
,
:spec
]
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment