Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzo authored Aug 14, 2024
1 parent 15201a1 commit e6b8a84
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ jobs:
- name: Setup host
uses: ./.github/actions/setup-host
with:
gradle-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
gradle-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
- name: Test & Build
run: ./gradlew -s build
- name: Publish Test Report
uses: gmazzo/publish-report-annotations@v1
if: ${{ !cancelled() }}
uses: gmazzo/publish-report-annotations@v1
with:
checkName: Test Results
- name: Coverage report
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit e6b8a84

Please sign in to comment.