Skip to content

Commit

Permalink
fix(ci): update to latest cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Feb 4, 2024
1 parent 420afe0 commit 0359393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install marathon-cli-v2
shell: bash
run: |
curl -L https://github.com/Malinskiy/marathon-cloud-cli/releases/download/1.0.16/marathon-cloud-v1.0.16-x86_64-unknown-linux-gnu.tar.gz -o ./marathon-cloud.tar.gz
curl -L https://github.com/Malinskiy/marathon-cloud-cli/releases/download/1.0.20/marathon-cloud-v1.0.20-x86_64-unknown-linux-gnu.tar.gz -o ./marathon-cloud.tar.gz
tar -xzvf marathon-cloud.tar.gz
mkdir marathon-cloud
tar -xzvf marathon-cloud.tar.gz -C marathon-cloud --strip-components 1
Expand All @@ -26,6 +26,6 @@ jobs:
- name: Run tests
run: |
mkdir -p results
marathon-cloud run -o results android --os-version 11 -a android-app/app/build/outputs/apk/debug/app-debug.apk -t android-app/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk
marathon-cloud run android -a android-app/app/build/outputs/apk/debug/app-debug.apk -t android-app/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk -o results --os-version 11
env:
MARATHON_CLOUD_API_KEY: ${{ secrets.MARATHON_CLOUD_API_TOKEN }}

0 comments on commit 0359393

Please sign in to comment.