Skip to content

Commit

Permalink
Merge pull request #36 from LinX64/bugfix/fixing_ci_script
Browse files Browse the repository at this point in the history
Fixing CI script
  • Loading branch information
LinX64 authored Oct 22, 2023
2 parents 6c650d1 + 5eea795 commit 8e07c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
disable-animations: true
disk-size: 6000M
heap-size: 600M
script: ./gradlew connectedDemoDebugAndroidTest --daemon
script: ./gradlew connectedCheck --daemon

- name: Upload test reports
if: always()
Expand Down

0 comments on commit 8e07c3b

Please sign in to comment.