Skip to content
Open
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/ci-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ jobs:
./gradlew :app:assembleDebug --no-daemon --build-cache -PreactNativeArchitectures=${{ env.DEVICE_ARCH }}

- name: Run React Native Harness
uses: callstackincubator/react-native-harness@v1.2.0
uses: callstackincubator/react-native-harness@v1.4.1
with:
app: android/app/build/outputs/apk/debug/app-debug.apk
runner: android
Expand Down
Loading