Skip to content

Commit e26a5a7

Browse files
authored
Merge pull request #307 from AppDevNext/ScreenshotScriptSubmodule
Screenshot script submodule
2 parents c0f6518 + b52f295 commit e26a5a7

File tree

5 files changed

+5
-91
lines changed

5 files changed

+5
-91
lines changed

.github/workflows/Android-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
cp MPChartExample/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator-5554\ -\ ${{ matrix.emulatorApi }}/* screenshotsToCompare${{ matrix.emulatorApi }}
8181
export DISPLAY=:99
8282
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
83-
./screenShotCompare.sh
83+
./screenShotScript/screenShotCompare.sh
8484
- name: Archive screenshots diffs
8585
if: ${{ always() }}
8686
uses: actions/upload-artifact@v4

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "git-diff-image"]
22
path = git-diff-image
33
url = [email protected]:ewanmellor/git-diff-image.git
4+
[submodule "screenShotScript"]
5+
path = screenShotScript
6+
url = [email protected]:hannesa2/screenShotScript.git

screenShotCompare.sh

Lines changed: 0 additions & 72 deletions
This file was deleted.

screenShotScript

Submodule screenShotScript added at fe15efb

scripts/lib.sh

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)