Skip to content

Commit

Permalink
chore: Update report artifact names to prevent failure due to conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbileck committed Feb 1, 2024
1 parent b0e0876 commit 0169d4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Upload reports
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
with:
name: Test-Reports
name: analyze-reports
path: app/build/reports
if: always()

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Upload reports
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
with:
name: Test-Reports
name: unit-tests-reports
path: app/build/reports
if: always()

Expand Down Expand Up @@ -196,6 +196,6 @@ jobs:
- name: Upload reports
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8
with:
name: Test-Reports
name: instrumentation-tests-reports
path: app/build/reports
if: always()

0 comments on commit 0169d4d

Please sign in to comment.