Skip to content

Commit

Permalink
chore: fix CI (#1803)
Browse files Browse the repository at this point in the history
## Description

After removal of navigation v4 in #1790 there were still some tests
lingering in the `Example` App. Also few issues with jest, detox &
Android emulator.

## Changes

* Bumped emulator runner version
* Removed tests for v4
* Updated deps in Example 
* Synced pods


## Test code and steps to reproduce

CI finally works

## Checklist

- [ ] Ensured that CI passes
  • Loading branch information
kkafar authored Jun 27, 2023
1 parent c7f2da6 commit 5c1d499
Show file tree
Hide file tree
Showing 4 changed files with 1,364 additions and 1,223 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
working-directory: ${{ env.WORKING_DIRECTORY }}
run: yarn build-e2e-android
- name: Run emulator and tests
uses: reactivecircus/android-emulator-runner@v2.27.0
uses: reactivecircus/android-emulator-runner@v2.28.0
with:
working-directory: ${{ env.WORKING_DIRECTORY }}
api-level: 31
Expand Down
4 changes: 0 additions & 4 deletions Example/e2e/firstTest.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ const SCREENS: Record<
title: 'Modals',
type: 'example',
},
StackReactNavigation4: {
title: 'Stack react-navigation v4',
type: 'example',
},
HeaderOptions: {
title: 'Header Options',
type: 'playground',
Expand Down
16 changes: 8 additions & 8 deletions Example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -286,13 +286,13 @@ PODS:
- glog
- react-native-restart (0.0.22):
- React-Core
- react-native-safe-area-context (4.4.1):
- react-native-safe-area-context (4.5.3):
- RCT-Folly
- RCTRequired
- RCTTypeSafety
- React-Core
- ReactCommon/turbomodule/core
- react-native-webview (11.26.0):
- react-native-webview (11.26.1):
- React-Core
- React-perflogger (0.69.7)
- React-RCTActionSheet (0.69.7):
Expand Down Expand Up @@ -362,9 +362,9 @@ PODS:
- React-perflogger (= 0.69.7)
- RNCMaskedView (0.1.11):
- React
- RNGestureHandler (2.9.0):
- RNGestureHandler (2.12.0):
- React-Core
- RNScreens (3.18.2):
- RNScreens (3.22.0):
- React-Core
- React-RCTImage
- RNVectorIcons (8.1.0):
Expand Down Expand Up @@ -571,8 +571,8 @@ SPEC CHECKSUMS:
React-jsinspector: 8134ee22182b8dd98dc0973db6266c398103ce6c
React-logger: 1e7ac909607ee65fd5c4d8bea8c6e644f66b8843
react-native-restart: 733a51ad137f15b0f8dc34c4082e55af7da00979
react-native-safe-area-context: 99b24a0c5acd0d5dcac2b1a7f18c49ea317be99a
react-native-webview: 994b9f8fbb504d6314dc40d83f94f27c6831b3bf
react-native-safe-area-context: b8979f5eda6ed5903d4dbc885be3846ea3daa753
react-native-webview: 9f111dfbcfc826084d6c507f569e5e03342ee1c1
React-perflogger: 8e832d4e21fdfa613033c76d58d7e617341e804b
React-RCTActionSheet: 9ca778182a9523991bff6381045885b6e808bb73
React-RCTAnimation: 9ced26ad20b96e532ac791a8ab92a7b1ce2266b8
Expand All @@ -586,8 +586,8 @@ SPEC CHECKSUMS:
React-runtimeexecutor: 65cd2782a57e1d59a68aa5d504edf94278578e41
ReactCommon: 1e783348b9aa73ae68236271df972ba898560a95
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39
RNScreens: 34cc502acf1b916c582c60003dc3089fa01dc66d
RNGestureHandler: dec4645026e7401a0899f2846d864403478ff6a5
RNScreens: 68fd1060f57dd1023880bf4c05d74784b5392789
RNVectorIcons: 31cebfcf94e8cf8686eb5303ae0357da64d7a5a4
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
Yoga: 0b84a956f7393ef1f37f3bb213c516184e4a689d
Expand Down
Loading

0 comments on commit 5c1d499

Please sign in to comment.