Skip to content

Commit

Permalink
Merge pull request #708 from meilisearch/fix-java-release
Browse files Browse the repository at this point in the history
Ignore tests when running gradle build on releasing
  • Loading branch information
brunoocasali authored Feb 2, 2024
2 parents 8c478d9 + f149194 commit b70ad3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ossrh-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build -x test
- name: Archive test report
uses: actions/upload-artifact@v4
if: failure()
Expand Down

0 comments on commit b70ad3e

Please sign in to comment.