Skip to content

Commit

Permalink
fix(ci): try newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Feb 7, 2024
1 parent b2c5a9b commit 020573a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- name: Build app
working-directory: android-app
run: ./gradlew assembleDebug assembleAndroidTest
- uses: MarathonLabs/setup-marathon-cloud@2
- uses: MarathonLabs/setup-marathon-cloud@fix/download
with:
version: "1.0.0"
version: "1.0.1"
- name: run tests using marathon-cloud
uses: MarathonLabs/action-invoke@0
with:
Expand Down

0 comments on commit 020573a

Please sign in to comment.