Skip to content

Commit

Permalink
ci: use connectedDebugAndroidTest
Browse files Browse the repository at this point in the history
to run functional tests
  • Loading branch information
wzieba committed Oct 30, 2023
1 parent a266ab0 commit d2a25db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
avd-name: macOS-avd-x86_64-31
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew :parsely:connectedCheck
script: ./gradlew :parsely:connectedDebugAndroidTest
- name: Publish build artifacts
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit d2a25db

Please sign in to comment.