Skip to content

Commit

Permalink
Update composescreenshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca authored Jun 21, 2024
1 parent e22842f commit b012815
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/composescreenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ jobs:
with:
name: test-results
path: '**/build/test-results/'

- name: Upload screenshot tests results
if: always()
uses: actions/upload-artifact@v4
with:
name: reports
path: '**/build/reports/screenshotTest/'

0 comments on commit b012815

Please sign in to comment.