8000 CI: fix native tests · arangodb/arangodb-java-driver@4af7325 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4af7325

Browse files
committed
CI: fix native tests
1 parent c2aa86d commit 4af7325

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- setup_remote_docker
176176
- when:
177177
condition:
178-
equal: [ true, <<parameters.native>> ]
178+
equal: [ 'true', <<parameters.native>> ]
179179
steps:
180180
- install-sdk:
181181
sdk: 'java'
@@ -416,11 +416,11 @@ workflows:
416416
graalvm-version:
417417
# - '22.0.1-graalce'
418418
- '21.0.2-graalce'
419-
filters:
420-
tags:
421-
only: /^v.*/
422-
branches:
423-
ignore: /.*/
419+
# filters:
420+
# tags:
421+
# only: /^v.*/
422+
# branches:
423+
# ignore: /.*/
424424
- test:
425425
name: test-<<matrix.topology>>-<<matrix.docker-img>>
426426
matrix:

0 commit comments

Comments
 (0)
0