Skip to content

Commit

Permalink
ignore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Aug 21, 2024
1 parent 1c9e1ba commit 7518044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
uses: gradle/gradle-build-action@v2

- name: Execute Gradle build
run: ./gradlew build
run: ./gradlew build -x test

- name: Execute Gradle build
run: ./gradlew build -PtargetPlatform=musl
run: ./gradlew build -x test -PtargetPlatform=musl

- name: Publish to Maven
run: ./gradlew publish -PMAVEN_USERNAME=$MAVEN_USERNAME -PMAVEN_PASSWORD=$MAVEN_PASSWORD
Expand Down

0 comments on commit 7518044

Please sign in to comment.