Skip to content

Commit a414a07

Browse files
committed
Restructure pull request action
1 parent 1dd7511 commit a414a07

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pullrequest.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
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
@@ -39,6 +35,10 @@ jobs:
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:
@@ -78,7 +78,7 @@ jobs:
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

0 commit comments

Comments
 (0)