Skip to content

Commit

Permalink
Latest build conventions (#137)
Browse files Browse the repository at this point in the history
* Latest build conventions
  • Loading branch information
big-andy-coates committed Aug 30, 2023
1 parent 58203d2 commit 72a4cc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
gradle-home-cache-cleanup: true
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: ./gradlew javadoc check coveralls
- name: Build
run: ./gradlew check coveralls
- name: Publish
if: github.event_name == 'push' || github.event.inputs.publish_artifacts == 'true'
env:
Expand Down

0 comments on commit 72a4cc5

Please sign in to comment.