File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 emulatorApi : [ 9 ]
2525 java_version : [ 17 ]
2626 steps :
27- - uses : actions/checkout@v6
28- with :
29- fetch-depth : 0
30- submodules : true
3127 - name : kvm support
3228 run : |
3329 egrep -c '(vmx|svm)' /proc/cpuinfo
3935 run : |
4036 sudo apt-get update && sudo apt-get install -y exiftool imagemagick xdg-utils libimage-exiftool-perl zsh jq xorg
4137 # brew install exiftool imagemagick
38+ - uses : actions/checkout@v6
39+ with :
40+ fetch-depth : 0
41+ submodules : true
4242 - name : Install JDK ${{ matrix.java_version }}
4343 uses : actions/setup-java@v5
4444 with :
7878 SCREENSHOT_USER : ${{ secrets.SCREENSHOT_USER }}
7979 SCREENSHOT_PASSWORD : ${{ secrets.SCREENSHOT_PASSWORD }}
8080 run : |
81- ls -ls app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
81+ ls -la app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
8282 cp app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator-5554\ -\ ${{ matrix.emulatorApi }}/* screenshotsToCompare${{ matrix.emulatorApi }}
8383 ./screenShotScript/screenShotCompare.sh
8484 - name : Archive screenshots diffs
You can’t perform that action at this time.
0 commit comments