Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update composescreenshot.yml
  • Loading branch information
JoseAlcerreca authored Jun 21, 2024
commit b01281587bad1134cd2ce203866fc045085663b0
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/'