Skip to content

Commit

Permalink
Results
Browse files Browse the repository at this point in the history
  • Loading branch information
arminzavada committed Jun 4, 2024
1 parent 2f6c630 commit d3beec6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
run: chmod +x ./gradlew
- name: Build with Gradle Wrapper
run: ./gradlew build
- name: Store reports
uses: actions/upload-artifact@v3
with:
name: reports
path: |
**/build/reports/
**/build/test-results/
dependency-submission:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d3beec6

Please sign in to comment.