Skip to content

Commit

Permalink
fix: attempt 2 (log show)
Browse files Browse the repository at this point in the history
  • Loading branch information
lja3723 committed Nov 8, 2024
1 parent aa0e147 commit 5d65c85
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,16 @@ jobs:
- name: Test Application using gradlew
run: |
chmod +x gradlew
./gradlew test
./gradlew test
- name: Store reports
if: failure()
uses: actions/upload-artifact@v3
with:
name: reports
path: |
**/build/reports/
**/build/test-results/
- name: Docker Hub Login
if: github.event_name == 'push'
Expand Down

0 comments on commit 5d65c85

Please sign in to comment.