Skip to content

Commit

Permalink
fix: path of screenshot report
Browse files Browse the repository at this point in the history
  • Loading branch information
Garzas committed Oct 18, 2024
1 parent eeae92c commit 0332d1d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/generate-screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,14 @@ jobs:
- name: Update Screenshot Reference Images
run: ./gradlew updateInternalDebugScreenshotTest

- name: Copy test results to simplified directory
run: |
mkdir -p screenshotTest
cp -r app/build/reports/screenshotTest/preview/debug/internal/* screenshotTest/
- name: Zip Screenshot Test Reports
run: |
zip -r screenshot-test-report.zip build/reports/screenshotTest/preview/debug/internal/*
zip -r screenshot-test-report.zip screenshotTest/
- name: Upload Screenshot Test Report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0332d1d

Please sign in to comment.