This is an automated email from the ASF dual-hosted git repository.
spmallette pushed a commit to branch gha-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/gha-fix by this push:
new c55e5b7d45 f
c55e5b7d45 is described below
commit c55e5b7d455313a3e68c9cd1f56e938735fad7b0
Author: Stephen Mallette <[email protected]>
AuthorDate: Fri Oct 17 08:41:16 2025 -0400
f
---
.github/workflows/build-test.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index d7c9e89e89..1bb2b863a3 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -3,7 +3,7 @@ on: [push, pull_request]
env:
# modules commonly excluded from builds as they have their own independent
non-JVM setups and can be run in parallel.
# take care when modifying this list because GLVs use shell commands to
remove themselves from this list and
- # modifications could break patterns of replacment they are searching for.
+ # modifications could break patterns of replacement they are searching for.
EXCLUDE_MODULES:
'-:gremlin-dotnet-source,-:gremlin-dotnet-tests,-:gremlin-go,-:gremlin-javascript,-:gremlint,-:gremlin-python'
EXCLUDE_FOR_GLV:
'-:gremlin-annotations,-:gremlin-archetype,-:gremlin-console,-:hadoop-gremlin,-:neo4j-gremlin,-:spark-gremlin,-:sparql-gremlin'
jobs:
@@ -135,7 +135,7 @@ jobs:
- name: Build with Maven Windows
if: runner.os == 'Windows'
run: |
- mvn clean install -pl $EXCLUDE_MODULES -q -DskipTests
-DskipImageBuild -Dci
+ mvn clean install -pl %EXCLUDE_MODULES% -q -DskipTests
-DskipImageBuild -Dci
- name: Build with Maven Ubuntu
if: runner.os == 'Linux'
run: |
@@ -159,7 +159,7 @@ jobs:
- name: Build with Maven Windows
if: runner.os == 'Windows'
run: |
- mvn clean install -pl $EXCLUDE_MODULES -q -DskipTests
-DskipImageBuild -Dci
+ mvn clean install -pl %EXCLUDE_MODULES% -q -DskipTests
-DskipImageBuild -Dci
- name: Build with Maven Ubuntu
if: runner.os == 'Linux'
run: |