Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
nexus_semantic_logger
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public
nexus_semantic_logger
Commits
63318306
Commit
63318306
authored
2 years ago
by
John Harris
Browse files
Options
Downloads
Patches
Plain Diff
build: add test stage
parent
bf0da29d
No related branches found
No related tags found
No related merge requests found
Pipeline
#30541
failed
2 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+5
-0
5 additions, 0 deletions
.gitlab-ci.yml
.rubocop.yml
+7
-0
7 additions, 0 deletions
.rubocop.yml
with
12 additions
and
0 deletions
.gitlab-ci.yml
+
5
−
0
View file @
63318306
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
.rubocop.yml
0 → 100644
+
7
−
0
View file @
63318306
inherit_gem
:
rubocop-shopify
:
rubocop.yml
Style/GlobalVars
:
Enabled
:
false
Style/FrozenStringLiteralComment
:
Enabled
:
false
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment