File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
- # orbs:
4
- # coveralls: coveralls/coveralls@2.2.1
3
+ orbs :
4
+ coveralls : coveralls/coveralls@2.2.1
5
5
6
6
workflows :
7
7
ci :
52
52
type : string
53
53
arangodb_version :
54
54
type : string
55
+ # TODO: Reconsider using a docker image instead of a machine
56
+ # i.e cimg/python:<< parameters.python_version >>
55
57
machine :
56
58
image : ubuntu-2204:current
57
59
steps :
@@ -106,6 +108,6 @@ jobs:
106
108
- run :
107
109
name : Upload to Coveralls
108
110
command : |
109
- if [ "<< parameters.python_version >>" = "3.11" && "<< parameters.arangodb_config >>" == "single" && "<< parameters.arangodb_license >>" == "community" ]; then
111
+ if [ "<< parameters.python_version >>" = "3.11" && "<< parameters.arangodb_config >>" = "single" && "<< parameters.arangodb_license >>" = "community" && "<< parameters.arangodb_version >>" = "latest" ]; then
110
112
coveralls/upload
111
113
fi
You can’t perform that action at this time.
0 commit comments