Skip to content

Commit

Permalink
Update snapshot_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dliubarskyi authored Sep 9, 2024
1 parent 7faa4eb commit 429f53a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snapshot_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
# Notes:
# - tests already run in a separate action (main)
run: mvn -B -U --fail-at-end -DskipTests -DskipAnthropicITs -DskipLocalAiITs -DskipMilvusITs -DskipMongoDbAtlasITs -DskipOllamaITs -DskipVearchITs -DskipVertexAiGeminiITs -pl !langchain4j-core,!langchain4j-parent clean deploy
run: mvn -B -U --fail-at-end -DskipTests -DskipITs -pl !langchain4j-core,!langchain4j-parent clean deploy

0 comments on commit 429f53a

Please sign in to comment.