Skip to content

Commit

Permalink
Add some observability
Browse files Browse the repository at this point in the history
  • Loading branch information
lptr committed Aug 19, 2024
1 parent c482c82 commit 72cd124
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,11 @@ jobs:

- name: Build
run: |
./gradlew build
./gradlew build --scan
- name: Upload build reports
uses: actions/upload-artifact@v4
if: always()
with:
name: build-reports
path: build/reports/

0 comments on commit 72cd124

Please sign in to comment.