Skip to content

Commit

Permalink
fix(ci): update to action-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Feb 7, 2024
1 parent 58aef40 commit 7c883f9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/cloud-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ jobs:
- name: Build app
working-directory: android-app
run: ./gradlew assembleDebug assembleAndroidTest
- uses: MarathonLabs/setup-marathon-cloud@2
with:
version: "1.0.1"
- name: run tests using marathon-cloud
uses: MarathonLabs/action-invoke@1
- name: Run tests using marathon-cloud
uses: MarathonLabs/action-test@feature/marathon-cloud-cli-v1
with:
apiKey: ${{ secrets.MARATHON_CLOUD_API_TOKEN }}
application: android-app/app/build/outputs/apk/debug/app-debug.apk
testApplication: android-app/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk
osVersion: 11
output: "./results"
platform: "Android"
version: "1.0.1"

0 comments on commit 7c883f9

Please sign in to comment.