Skip to content

Commit

Permalink
remove espresso test
Browse files Browse the repository at this point in the history
  • Loading branch information
grablack committed Sep 6, 2024
1 parent 30f9e35 commit ddfa874
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,17 @@ jobs:
distribution: 'temurin'
cache: gradle

- name: Remove espresso tests
run: |
rm -rf paypal-messages-android/demo/src/androidTest/java/com/paypal/messagesdemo
- name: Run Instrumentation Tests
uses: ReactiveCircus/android-emulator-runner@v2
with:
api-level: 23
target: google_apis
arch: x86_64
script: ./gradlew connectedCheck -x com.paypal.messagesdemo.* --info | tee connectedCheck.log
script: ./gradlew connectedCheck --info | tee connectedCheck.log
continue-on-error: true

- name: Show Test XML
Expand Down

0 comments on commit ddfa874

Please sign in to comment.