Skip to content

Commit

Permalink
skip tests
Browse files Browse the repository at this point in the history
  • Loading branch information
langchain4j committed May 23, 2024
1 parent 0dcd256 commit 58170e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
gpg-passphrase: GPG_PASSPHRASE

- name: release
run: mvn -B -U --fail-at-end -Psign clean deploy
run: mvn -B -U --fail-at-end -DskipTests -DskipITs -Psign clean deploy
env:
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down

0 comments on commit 58170e5

Please sign in to comment.