Skip to content

Commit

Permalink
Skipping checkstyle and spotless tasks in the build
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoreliovlabs committed Sep 26, 2024
1 parent f3e0d2f commit 08927c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Build
run: |
./gradlew --no-daemon --stacktrace build -x test
./gradlew --no-daemon --stacktrace build -x test -x checkstyleMain -x checkstyleTest -x checkstyleJmh -x checkstyleIntegrationTest -x spotlessApply -x spotlessJavaCheck
- name: Archive build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 08927c2

Please sign in to comment.