Skip to content

Commit

Permalink
chore: Update android emulator runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Jan 14, 2025
1 parent 20cccbf commit 8e31562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/react-native-detox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- 'packages/shared/common/**'
- 'packages/shared/sdk-client/**'
- 'packages/sdk/react-native/**'

- '.github/**'
jobs:
detox-android:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
android: false # We need android.

- name: Detox test
uses: reactivecircus/android-emulator-runner@f0d1ed2dcad93c7479e8b2f2226c83af54494915
uses: reactivecircus/android-emulator-runner@c77bfe7c0bb57698e777375b61762daf9d578400
with:
api-level: 31
arch: x86_64
Expand Down

0 comments on commit 8e31562

Please sign in to comment.