Skip to content

Commit

Permalink
Avoid duplicate artifact
Browse files Browse the repository at this point in the history
The bumped `actions/upload-artifact@v4` correctly found a conflicting upload.
The test-reports for 4 Jira versions were overwriting each other.
Anyway, we don't need them because `gradle-build-action` publishes Gradle scans.
  • Loading branch information
dagguh committed Jun 6, 2024
1 parent ea15207 commit e5a0668
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ jobs:
with:
gradle-version: wrapper
arguments: build
- name: Upload test reports
if: always()
uses: actions/upload-artifact@v4
with:
name: test-reports
path: build/reports/tests
- name: Upload diagnoses
if: always()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e5a0668

Please sign in to comment.