Skip to content

Commit

Permalink
Merge pull request #2 from MarathonLabs/circle_ci_update
Browse files Browse the repository at this point in the history
upgrade circle ci to 0.3.0
  • Loading branch information
matzuk authored Jun 26, 2023
2 parents 0dfe426 + 014f521 commit 24d78a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1
orbs:
android: circleci/[email protected]
marathon-cloud: marathonlabs/marathon-cloud-orb@0.2.3
marathon-cloud: marathonlabs/marathon-cloud-orb@0.3.0
jobs:
build:
executor:
Expand Down Expand Up @@ -29,6 +29,7 @@ jobs:
apiKeyEnvVar: MARATHON_CLOUD_API_TOKEN
application: android-app/app/build/outputs/apk/debug/app-debug.apk
testApplication: android-app/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk
platform: Android
workflows:
testing-workflow:
jobs:
Expand Down

0 comments on commit 24d78a7

Please sign in to comment.