File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
- name : " hugegraph-computer ci "
1
+ name : " Computer CI "
2
2
3
3
on :
4
4
push :
5
5
branches :
6
6
- master
7
7
- /^release-.*$/
8
+ paths :
9
+ - computer/**
8
10
pull_request :
11
+ paths :
12
+ - computer/**
9
13
defaults :
10
14
run :
11
15
working-directory : computer
28
32
with :
29
33
fetch-depth : 2
30
34
35
+ # TODO: Upgrade to Java11 supported version
31
36
- name : Install JDK 8 for HDFS
32
- uses : actions/setup-java@v3
37
+ uses : actions/setup-java@v4
33
38
with :
34
39
java-version : ' 8'
35
40
distribution : ' zulu'
@@ -42,12 +47,12 @@ jobs:
42
47
grep "Binaries" merged-rat.txt -C 3 && cat merged-rat.txt
43
48
44
49
- name : Setup Python3
45
- uses : actions/setup-python@v4
50
+ uses : actions/setup-python@v5
46
51
with :
47
52
python-version : ' 3.8'
48
53
49
54
- name : Cache HDFS packages
50
- uses : actions/cache@v3
55
+ uses : actions/cache@v4
51
56
id : hdfs-cache
52
57
with :
53
58
path : ~/hadoop-3.3.2.tar.gz
65
70
run : $TRAVIS_DIR/install-k8s.sh
66
71
67
72
- name : Cache Maven packages
68
- uses : actions/cache@v3
73
+ uses : actions/cache@v4
69
74
with :
70
75
path : ~/.m2
71
76
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
82
87
$TRAVIS_DIR/load-data-into-hugegraph.sh ${{ env.GRAPH_ENV_VERSION }}
83
88
84
89
- name : Install JDK 11
85
- uses : actions/setup-java@v3
90
+ uses : actions/setup-java@v4
86
91
with :
87
92
java-version : ' 11'
88
93
distribution : ' zulu'
@@ -103,6 +108,7 @@ jobs:
103
108
run : mvn test -P unit-test -ntp
104
109
105
110
- name : Upload coverage to Codecov
111
+ # TODO: Upgrade to v5 later
106
112
uses : codecov/codecov-action@v3
107
113
with :
108
114
token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments