Skip to content

Commit 3d94ba7

Browse files
committed
Added gremlin-mcp to GHA
1 parent 5e0255a commit 3d94ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
# modules commonly excluded from builds as they have their own independent non-JVM setups and can be run in parallel.
55
# take care when modifying this list because GLVs use shell commands to remove themselves from this list and
66
# modifications could break patterns of replacement they are searching for.
7-
EXCLUDE_MODULES: '-:gremlin-dotnet-source,-:gremlin-dotnet-tests,-:gremlin-go,-:gremlin-javascript,-:gremlint,-:gremlin-python'
7+
EXCLUDE_MODULES: '-:gremlin-dotnet-source,-:gremlin-dotnet-tests,-:gremlin-go,-:gremlin-javascript,-:gremlint,-:gremlin-mcp,-:gremlin-python'
88
EXCLUDE_FOR_GLV: '-:gremlin-annotations,-:gremlin-archetype,-:gremlin-console,-:hadoop-gremlin,-:neo4j-gremlin,-:spark-gremlin,-:sparql-gremlin'
99
jobs:
1010
smoke:
@@ -237,7 +237,7 @@ jobs:
237237
run: |
238238
EXCLUDE="-:gremlin-dotnet-source,-:gremlin-dotnet-tests,-:gremlin-go,-:gremlin-python,$EXCLUDE_FOR_GLV"
239239
mvn clean install -pl $EXCLUDE -q -DskipTests -Dci
240-
mvn verify -pl :gremlin-javascript,:gremlint
240+
mvn verify -pl :gremlin-javascript,:gremlint,:gremlin-mcp
241241
python:
242242
name: python
243243
timeout-minutes: 20

0 commit comments

Comments
 (0)