Skip to content

Commit

Permalink
feat(ci): pull results
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Feb 3, 2024
1 parent 4fc5336 commit 9d54c08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cloud-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
echo "$MARATHON_PATH" >> $GITHUB_PATH
- name: Run tests
run: |
marathon-cloud run 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
mkdir -p results
marathon-cloud run 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 -o results
env:
MARATHON_CLOUD_API_KEY: ${{ secrets.MARATHON_CLOUD_API_TOKEN }}

0 comments on commit 9d54c08

Please sign in to comment.