Skip to content

Commit 8d85aea

Browse files
Skiping Agentic modules (#690)
1 parent 1e15590 commit 8d85aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- name: Verify with Maven
2828
run: |
2929
mvn -B -f pom.xml clean install verify \
30-
-pl ",!fluent/agentic" \
30+
-pl ",!fluent/agentic" -pl ",!experimental/agentic" \
3131
-am
3232
3333
- name: Verify Examples with Maven
3434
run: |
35-
mvn -B -f examples/pom.xml clean install verify
35+
mvn -B -f examples/pom.xml clean install verify

0 commit comments

Comments
 (0)