You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/10/02 01:19:07 UTC

[tinkerpop] branch 3.4-dev updated: Test gh actions build without neo4j CTR

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch 3.4-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/3.4-dev by this push:
     new 637a83e  Test gh actions build without neo4j CTR
637a83e is described below

commit 637a83e0400998b8849f6df6c5958d6527c70aae
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Fri Oct 1 21:18:41 2021 -0400

    Test gh actions build without neo4j CTR
---
 .github/workflows/build-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 3ae3620..5f34973 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -43,7 +43,7 @@ jobs:
       - name: Build with Maven
         run: |
           mvn clean install -pl -:gremlin-javascript,-:gremlin-python,-gremlin-dotnet,-:gremlin-dotnet-source,-:gremlin-dotnet-tests -q -DskipTests -Dci
-          mvn verify -pl :gremlin-server -DskipTests -DskipIntegrationTests=false -DincludeNeo4j -Dit.test=\!GremlinServerSslIntegrateTest
+          mvn verify -pl :gremlin-server -DskipTests -DskipIntegrationTests=false
   spark-core:
     name: spark core
     timeout-minutes: 2700 # 45 minutes