Skip to content

Commit

Permalink
TECH: Draft marathon config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikitae57 committed Nov 21, 2023
1 parent b471849 commit 5a6dccd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/marathon_33.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- uses: MarathonLabs/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.marathon_github_token }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MARATHON_TOKEN: ${{ secrets.marathon_github_token }}
with:
version: "latest"
- name: Assemble android tests
Expand All @@ -28,7 +29,7 @@ jobs:
marathon-cloud -app samples/kaspresso-sample/build/outputs/apk/debug/kaspresso-sample-debug.apk \
-testapp samples/kaspresso-sample/build/outputs/apk/androidTest/debug/kaspresso-sample-debug-androidTest.apk \
-platform Android \
-api-key $GITHUB_TOKEN \
-api-key $MARATHON_TOKEN \
-os-version 13 \
-system-image google_apis
Expand Down

0 comments on commit 5a6dccd

Please sign in to comment.