Skip to content

Commit c97886c

Browse files
authored
Merge pull request #306 from AppDevNext/ScreenshotScriptSubmodule
Screenshot script as submodule
2 parents c0f6518 + bedd9bd commit c97886c

File tree

4 files changed

+5
-73
lines changed

4 files changed

+5
-73
lines changed

.github/workflows/Android-CI.yml

+1-1
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

+3
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

-72
This file was deleted.

screenShotScript

Submodule screenShotScript added at abdfdae

0 commit comments

Comments
 (0)