Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
annotate
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
annotate
Commits
70aba780
Unverified
Commit
70aba780
authored
Mar 23, 2021
by
Cuong Tran
Committed by
GitHub
Mar 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use ruby/setup-ruby since actions/ruby is deprecated (#855)
parent
83ff912b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
ci.yml
.github/workflows/ci.yml
+3
-10
No files found.
.github/workflows/ci.yml
View file @
70aba780
...
...
@@ -14,29 +14,22 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
ruby
:
[
'
2.4
.x'
,
'
2.5.x'
,
'
2.6.x
'
]
ruby
:
[
'
2.4
'
,
'
2.5'
,
'
2.6
'
]
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v1
-
name
:
Setup Ruby
uses
:
actions
/setup-ruby@v1
uses
:
ruby
/setup-ruby@v1
with
:
ruby-version
:
${{ matrix.ruby }}
bundler-cache
:
true
-
name
:
Install sqlite
run
:
|
sudo apt-get install libsqlite3-dev
-
name
:
Update System
run
:
|
gem update --system --no-document
-
name
:
Bundle install for Annotate models
run
:
|
bundle install --jobs=4 --retry=3
-
name
:
Run Tests
run
:
INTEGRATION_TESTS=1 bundle exec rspec
...
...
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