Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
RedisLabs Raft
Commits
0ba46ad1
Commit
0ba46ad1
authored
Mar 10, 2020
by
Yossi Gottlieb
Browse files
Add GitHub Actions CI configuration.
parent
da936a95
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
0 → 100644
View file @
0ba46ad1
name
:
CI
on
:
[
push
,
pull_request
]
jobs
:
build-ubuntu
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
make
run
:
make
-
name
:
Set up Python for testing
uses
:
actions/setup-python@v1
with
:
python-version
:
'
3.x'
architecture
:
'
x64'
-
name
:
Install Python dependencies
run
:
python -m pip install -r tests/requirements.txt
-
name
:
Run tests
run
:
make tests_full
tests/requirements.txt
0 → 100644
View file @
0ba46ad1
cffi==1.14.0
colorama==0.4.3
coloredlogs==14.0
docopt==0.6.2
hypothesis==5.6.0
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