File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
workflow_dispatch :
5
5
inputs :
6
6
branch :
7
- description : ' Opencga branch to run the tests'
7
+ description : ' Cellbase branch to run the tests'
8
8
default : ' develop'
9
9
required : true
10
10
fail-never :
51
51
if [ "${{ github.event.inputs.fail-never }}" == "true" ]; then
52
52
FAIL_NEVER="--fail-never"
53
53
fi
54
- mvn install surefire-report:report ${FAIL_NEVER} -Dcheckstyle.skip
54
+ mvn install surefire-report:report ${FAIL_NEVER} -Dcheckstyle.skip
Original file line number Diff line number Diff line change 1
- name : CellBase Develop workflow
1
+ name : CellBase Task workflow
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 25
25
<pycellbase .version>${project.version} </pycellbase .version>
26
26
<java-common-libs .version>6.0.0-SNAPSHOT</java-common-libs .version>
27
27
<biodata .version>4.0.0-SNAPSHOT</biodata .version>
28
+
28
29
<bionetdb .version>0.1.0</bionetdb .version>
29
30
<jackson .version>2.11.4</jackson .version>
30
31
<jackson-asl .version>1.9.13</jackson-asl .version>
39
40
<swagger-annotations .version>1.6.5</swagger-annotations .version>
40
41
<javax .servlet-api.version>3.1.0</javax .servlet-api.version>
41
42
<poi .version>4.1.2</poi .version>
42
- <mongodb .version>4.8.2 </mongodb .version>
43
+ <mongodb .version>4.11.4 </mongodb .version>
43
44
<junit .version>4.12</junit .version>
44
45
<commons-codec .version>1.13</commons-codec .version>
45
46
<jakarta .xml.bind-api.version>2.3.3</jakarta .xml.bind-api.version>
You can’t perform that action at this time.
0 commit comments