Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uppy-s3_multipart
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
uppy-s3_multipart
Commits
2a7ca628
Unverified
Commit
2a7ca628
authored
3 years ago
by
Janko Marohnić
Committed by
GitHub
3 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set up GitHub CI (#22)
parent
f6455c25
master
…
v1.2.0
v1.1.0
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
ci.yml
.github/workflows/ci.yml
+34
-0
No files found.
.github/workflows/ci.yml
0 → 100644
View file @
2a7ca628
name
:
CI
on
:
push
:
branches
:
[
master
]
pull_request
:
branches
:
[
'
**'
]
jobs
:
tests
:
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
ruby
:
-
"
2.3"
-
"
2.4"
-
"
2.5"
-
"
2.6"
-
"
2.7"
-
"
3.0"
-
"
jruby-9.2"
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Set up Ruby
uses
:
ruby/setup-ruby@v1
with
:
ruby-version
:
${{ matrix.ruby }}
bundler-cache
:
true
-
name
:
Run tests
run
:
bundle exec rake test
This diff is collapsed.
Click to expand it.
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