Skip to content

Commit

Permalink
Merge pull request #306 from AppDevNext/ScreenshotScriptSubmodule
Browse files Browse the repository at this point in the history
Screenshot script as submodule
  • Loading branch information
hannesa2 authored Dec 1, 2024
2 parents c0f6518 + bedd9bd commit c97886c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 73 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
cp MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator-5554\ -\ ${{ matrix.emulatorApi }}/* screenshotsToCompare${{ matrix.emulatorApi }}
export DISPLAY=:99
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
./screenShotCompare.sh
./screenShotScript/screenShotCompare.sh
- name: Archive screenshots diffs
if: ${{ always() }}
uses: actions/upload-artifact@v4
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "git-diff-image"]
path = git-diff-image
url = [email protected]:ewanmellor/git-diff-image.git
[submodule "screenShotScript"]
path = screenShotScript
url = [email protected]:hannesa2/screenShotScript.git
72 changes: 0 additions & 72 deletions screenShotCompare.sh

This file was deleted.

1 change: 1 addition & 0 deletions screenShotScript
Submodule screenShotScript added at abdfda

0 comments on commit c97886c

Please sign in to comment.