Skip to content

Commit 116c240

Browse files
authored
feat(orb): better example with variables (#6)
1 parent 94a0aa3 commit 116c240

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/examples/example.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ usage:
88
run-tests-using-marathon-cloud:
99
executor: marathon-cloud/default
1010
steps:
11-
- marathon-cloud/run_tests
11+
- 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
1215
workflows:
1316
marathon-cloud-orb-example:
1417
jobs:

0 commit comments

Comments
 (0)