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 3e95bd490dd4419a16eade321ea59cb03a011417 Author: Stephen Mallette <[email protected]> AuthorDate: Tue Dec 28 18:30:17 2021 -0500 Remove neo4j from build --- .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 ec0b2e3..c561074 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 + mvn verify -pl :gremlin-server -DskipTests -DskipIntegrationTests=false spark-core: name: spark core timeout-minutes: 45
