Skip to content

Commit

Permalink
Excluded some tasks from the Actions build command that are failing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Oct 9, 2024
1 parent 827cfb4 commit a55b732
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 @@ -29,7 +29,7 @@ jobs:
run: |
java -version
javac -version
./gradlew --no-daemon check
./gradlew --no-daemon check -x spotBugsMain -x shadowJar
- name: Publish Build
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a55b732

Please sign in to comment.