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 117acf6 commit 62b9c22
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 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*/"
3 changes: 0 additions & 3 deletions sample/example-vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ android {
register("alpha") {
dimension "reportedBugs"
}
register("customFont") {
dimension "reportedBugs"
}
register("customFontByFile") {
dimension "reportedBugs"
}
Expand Down

0 comments on commit 62b9c22

Please sign in to comment.