Skip to content

Commit

Permalink
fix(ci): output should be run's argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Feb 3, 2024
1 parent 9d54c08 commit 420afe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloud-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Run tests
run: |
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
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
env:
MARATHON_CLOUD_API_KEY: ${{ secrets.MARATHON_CLOUD_API_TOKEN }}

0 comments on commit 420afe0

Please sign in to comment.