Skip to content

Commit

Permalink
release: update readme (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
matzuk authored Jun 5, 2024
1 parent fbd5f95 commit 328f3a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
- name: Build app
run: ./gradlew assembleDebug assembleAndroidTest
- name: Run tests
uses: MarathonLabs/[email protected].8
uses: MarathonLabs/[email protected].9
with:
apiKey: ${{ secrets.MARATHON_CLOUD_API_TOKEN }}
application: app/build/outputs/apk/debug/app-debug.apk
testApplication: app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk
platform: android
output: "./results"
version: "1.0.15"
version: "1.0.16"
```
## Inputs
Expand Down

0 comments on commit 328f3a1

Please sign in to comment.