Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use maestro action
  • Loading branch information
krystofwoldrich committed Oct 18, 2024
commit 304f261f9f8714466cd80618bc6cc864e70b18d2
4 changes: 3 additions & 1 deletion .github/workflows/integration-tests-ui-critical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
name: ${{env.APK_ARTIFACT_NAME}}

- name: Install Maestro
run: curl -Ls "https://get.maestro.mobile.dev" | bash
uses: maestro-mobile/setup-maestro@bda8a93211c86d0a05b7a4597c5ad134566fbde4 # [email protected]
with:
maestro-version: ${{env.MAESTRO_VERSION}}

- name: Run tests
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915 # [email protected]
Expand Down