Skip to content

Commit 9302d80

Browse files
committed
Fix workflow build tasks
Signed-off-by: Dariusz Jędrzejczyk <dariusz.jedrzejczyk@broadcom.com>
1 parent 06ae57c commit 9302d80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Build and start server
2424
run: |
25-
mvn clean package -pl conformance-tests/server-servlet -am -DskipTests
25+
mvn clean install -DskipTests
2626
mvn exec:java -pl conformance-tests/server-servlet -Dexec.mainClass="io.modelcontextprotocol.conformance.server.ConformanceServlet" &
2727
timeout 30 bash -c 'until curl -s http://localhost:8080/mcp > /dev/null 2>&1; do sleep 0.5; done'
2828
@@ -51,7 +51,7 @@ jobs:
5151
cache: 'maven'
5252

5353
- name: Build client
54-
run: mvn clean package -pl conformance-tests/client-jdk-http-client -am -DskipTests
54+
run: mvn clean install -DskipTests
5555

5656
- name: Run conformance test
5757
uses: modelcontextprotocol/conformance@v0.1.11

0 commit comments

Comments
 (0)