Skip to content
Open
Show file tree
Hide file tree
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/harness-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
run: ./gradlew :app:assembleDebug --no-daemon --build-cache -PreactNativeArchitectures=${{ env.DEVICE_ARCH }} -PnitroSanitizer=${{ matrix.sanitizer.gradle_property }}

- name: Run Harness E2E tests
uses: callstackincubator/react-native-harness@v1.4.1
uses: callstackincubator/react-native-harness@v1.5.0
with:
runner: android
projectRoot: apps/example
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/harness-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
run: brew install watchman

- name: Run Harness E2E tests
uses: callstackincubator/react-native-harness@v1.4.1
uses: callstackincubator/react-native-harness@v1.5.0
env:
SIMCTL_CHILD_TSAN_OPTIONS: ${{ matrix.sanitizer.name == 'TSan' && 'halt_on_error=1:log_path=/tmp/nitro-tsan' || '' }}
with:
Expand Down
4 changes: 2 additions & 2 deletions apps/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- FBLazyVector (0.85.3)
- HarnessUI (1.4.1):
- HarnessUI (1.5.0):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -2252,7 +2252,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
FBLazyVector: 24e62c765683b8d89006a88a2c8f5cf019f0074d
HarnessUI: bb94ae23e70e83983e4e914a8d7573969e33b930
HarnessUI: ad76f54b4b4a721258ec73dbe9c71dd445c6c220
hermes-engine: 411df881c1affac35ba53c66e3317eca368c0678
NitroModules: 1aa427aef74db735f0a11d9152aa7b8299c3dab8
NitroTest: e8f08c86d71aaf14e74a32aa50d9362c4273f062
Expand Down
8 changes: 4 additions & 4 deletions apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"@react-native/eslint-config": "0.85.3",
"@react-native/metro-config": "0.85.3",
"@react-native/typescript-config": "0.85.3",
"@react-native-harness/platform-android": "1.4.1",
"@react-native-harness/platform-apple": "1.4.1",
"@react-native-harness/ui": "1.4.1",
"@react-native-harness/platform-android": "1.5.0",
"@react-native-harness/platform-apple": "1.5.0",
"@react-native-harness/ui": "1.5.0",
"@types/deep-equal": "^1.0.4",
"@types/upng-js": "2.1.5",
"babel-plugin-module-resolver": "^5.0.3",
"nitrogen": "*",
"react-native-harness": "1.4.1",
"react-native-harness": "1.5.0",
"upng-js": "2.1.0"
},
"engines": {
Expand Down
Loading
Loading