This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch ci-fix in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit ede876f7f83cbde58d4d23d59d4b56b0da79308c Author: Stephen Mallette <[email protected]> AuthorDate: Tue Dec 21 21:21:32 2021 -0500 Added transaction testing to Gremlin Server for CI 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 4a6286f..148fe91 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 + mvn verify -pl :gremlin-server -DskipTests -DskipIntegrationTests=false -DincludeNeo4j spark-core: name: spark core timeout-minutes: 2700 # 45 minutes
