Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hannesa2/AndroidSlidingUpPanel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 036ed3def1efbd98f5ba9ab953d0c202ea9466dd
Choose a base ref
..
head repository: hannesa2/AndroidSlidingUpPanel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 07a9d5facc01057d17cf27c775cd422c10cd2133
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 .github/workflows/Android-CI.yml
1 change: 0 additions & 1 deletion .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
@@ -98,7 +98,6 @@ jobs:
emulatorApi: ${{ matrix.emulatorApi }}
run: |
ls -ls app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected
ls -ls app/build/outputs/connected_android_test_additional_output/debugAndroidTest/connected/emulator-5554\ -\ 9
cp app/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 &