Skip to content

Commit 44961db

Browse files
aMahannaapetenchea
authored andcommitted
Update config.yml
1 parent cf49140 commit 44961db

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

3-
# orbs:
4-
# coveralls: coveralls/coveralls@2.2.1
3+
orbs:
4+
coveralls: coveralls/coveralls@2.2.1
55

66
workflows:
77
ci:
@@ -52,6 +52,8 @@ jobs:
5252
type: string
5353
arangodb_version:
5454
type: string
55+
# TODO: Reconsider using a docker image instead of a machine
56+
# i.e cimg/python:<< parameters.python_version >>
5557
machine:
5658
image: ubuntu-2204:current
5759
steps:
@@ -106,6 +108,6 @@ jobs:
106108
- run:
107109
name: Upload to Coveralls
108110
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
110112
coveralls/upload
111113
fi

0 commit comments

Comments
 (0)