diff --git a/.github/workflows/cloud-ci.yaml b/.github/workflows/cloud-ci.yaml index 38e82af..cf8ca2a 100644 --- a/.github/workflows/cloud-ci.yaml +++ b/.github/workflows/cloud-ci.yaml @@ -14,11 +14,8 @@ 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 @@ -26,3 +23,4 @@ jobs: osVersion: 11 output: "./results" platform: "Android" + version: "1.0.1"