We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a0aa3 commit 116c240Copy full SHA for 116c240
src/examples/example.yml
@@ -8,7 +8,10 @@ usage:
8
run-tests-using-marathon-cloud:
9
executor: marathon-cloud/default
10
steps:
11
- - marathon-cloud/run_tests
+ - marathon-cloud/run_tests:
12
+ apiKeyEnvVar: MARATHON_CLOUD_API_TOKEN # don't forget to add a token
13
+ application: app/build/outputs/apk/debug/app-debug.apk
14
+ testApplication: app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk
15
workflows:
16
marathon-cloud-orb-example:
17
jobs:
0 commit comments