Skip to content

Commit

Permalink
change exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
grablack committed Sep 3, 2024
1 parent 627683e commit b5444da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
api-level: 23
target: google_apis
arch: x86_64
script: ./gradlew connectedCheck --info | tee connectedCheck.log --exclude 'com.paypal.messagesdemo'
script: ./gradlew connectedCheck --info | tee connectedCheck.log -x InlineXmlTest -x JetPackTest -x XmlDemoGenericTest -x XmlDemoShortTermTest -x XmlDemoLongTermTest -x XmlDemoNiTest -x XmlDemoStyleOptionsTest -x XmlDemoEligibilityTest
continue-on-error: true

- name: Show Test XML
Expand Down

0 comments on commit b5444da

Please sign in to comment.