Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
874c3a99
Commit
874c3a99
authored
Sep 08, 2020
by
Oran Agra
Browse files
Add daily CI for MacOS (#7759)
(cherry picked from commit
5496b4a7
)
parent
781e50d4
Changes
1
Show whitespace changes
Inline
Side-by-side
.github/workflows/daily.yml
View file @
874c3a99
...
...
@@ -168,3 +168,21 @@ jobs:
./runtest-cluster --tls
./runtest-cluster
test-macos-latest
:
runs-on
:
macos-latest
if
:
github.repository == 'redis/redis'
timeout-minutes
:
14400
steps
:
-
uses
:
actions/checkout@v2
-
name
:
make
run
:
make
-
name
:
test
run
:
|
./runtest --accurate --verbose
-
name
:
module api test
run
:
./runtest-moduleapi --verbose
-
name
:
sentinel tests
run
:
./runtest-sentinel
-
name
:
cluster tests
run
:
./runtest-cluster
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