File tree Expand file tree Collapse file tree 3 files changed +40
-28
lines changed Expand file tree Collapse file tree 3 files changed +40
-28
lines changed Original file line number Diff line number Diff line change
1
+ name : Building
2
+
3
+ on :
4
+ push :
5
+ pull_request :
6
+
7
+ jobs :
8
+ run :
9
+ name : Run
10
+ runs-on : [ubuntu-latest]
11
+ steps :
12
+ - name : Checkout
13
+ uses : actions/checkout@v2
14
+
15
+ - name : Setup Java
16
+ uses : actions/setup-java@v2
17
+ with :
18
+ java-version : ' 12'
19
+ distribution : ' zulu'
20
+
21
+ - name : Setup Clojure tools
22
+ uses :
DeLaGuardo/[email protected]
23
+ with :
24
+ cli : 1.10.1.693 # Clojure CLI based on tools.deps
25
+ lein : 2.9.1 # or use 'latest' to always provision latest version of leiningen
26
+ boot : 2.8.3 # or use 'latest' to always provision latest version of boot
27
+
28
+ - name : Run Clojure code
29
+ run : clojure -e '(+ 1 1)'
30
+ shell : bash
31
+
32
+ - run : lein -v
33
+
34
+ - run : lein deps
35
+
36
+ - run : lein check
37
+
38
+ - run : lein compile
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Tarantool Jepsen Test
2
2
3
+ [ ![ Building] ( https://github.com/tarantool/jepsen.tarantool/actions/workflows/build.yaml/badge.svg )] ( https://github.com/tarantool/jepsen.tarantool/actions/workflows/build.yaml )
4
+
3
5
This is a test suite, written using the [ Jepsen distributed systems testing
4
6
library] ( https://jepsen.io ) , for
5
7
[ Tarantool] ( https://github.com/tarantool/tarantool ) . It provides a single
You can’t perform that action at this time.
0 commit comments