Skip to content

Commit

Permalink
Update default.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed May 24, 2024
1 parent 15317a7 commit 016e1cf
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,18 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: failedScreenshots
path: "${{ github.workspace }}/**/build/failedScreenshots"
path: "**/reports/failedScreenshots"

- name: Upload failed screenshots
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: tests
path: "**/reports/androidTests"

- name: Upload screenshot tests result
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: screenshots
path: "${{ github.workspace }}/**/build/*AndroidTest/"
path: "**/reports/screenshots**AndroidTest*/"

0 comments on commit 016e1cf

Please sign in to comment.