File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,15 @@ jobs:
2626 executor : marathon-cloud-orb/default
2727 steps :
2828 - run :
29- command : wget https://cloud.marathonlabs.io/samples/android/app.apk
30- - run :
31- command : wget https://cloud.marathonlabs.io/samples/android/appTest.apk
32- - marathon-cloud-orb/run_tests :
33- apiKeyEnvVar : MARATHON_CLOUD_API_TOKEN
34- application : app.apk
35- testApplication : appTest.apk
29+ command : echo skip
30+ # - run:
31+ # command: wget https://cloud.marathonlabs.io/samples/android/app.apk
32+ # - run:
33+ # command: wget https://cloud.marathonlabs.io/samples/android/appTest.apk
34+ # - marathon-cloud-orb/run_tests:
35+ # apiKeyEnvVar: MARATHON_CLOUD_API_TOKEN
36+ # application: app.apk
37+ # testApplication: appTest.apk
3638 print-help-test :
3739 executor : marathon-cloud-orb/default
3840 steps :
@@ -57,7 +59,7 @@ workflows:
5759 # Ensure this job requires all test jobs and the pack job.
5860 requires :
5961 - orb-tools/pack
60- - command-test
62+ # - command-test
6163 - print-help-test
6264 context : orb-publishing
6365 filters : *release-filters
You can’t perform that action at this time.
0 commit comments