Skip to content

Commit

Permalink
ci: test debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
johnf committed Oct 14, 2024
1 parent eb30ccb commit 0890e17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
- name: Build
run: |
yarn prepare
# We don't package them so remove them
rm -rf android/generated
- name: Set up RN version
run: |
Expand Down Expand Up @@ -179,6 +181,8 @@ jobs:
- name: Build
run: |
yarn prepare
# We don't package them so remove them
rm -rf ios/generated
- name: Set up RN version
run: |
Expand All @@ -193,17 +197,14 @@ jobs:
mkdir -p node_modules/@johnf
cd node_modules
cp -a ../../../node_modules/@johnf/react-native-owl @johnf/
ln -nfs ../../../node_modules/react-native react-native
cd -
# Due to react-native-test-app not bundling
yarn build:ios:owl
rm -rf ios/generated
if [ "${{ matrix.arch }}" = "new" ]; then
NO_FLIPPER=1 RCT_NEW_ARCH_ENABLED=1 pod update --project-directory=ios
else
NO_FLIPPER=1 RCT_NEW_ARCH_ENABLED=0 pod update --project-directory=ios
fi
rm -rf ios/generated
yarn test:ios:build
- name: Run simulator
Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TODO

* Get Detox working on iOS
* Test the other targets
* macOS
* windows
* web
* When we stop supporting 0.73 move to generating codegen artifcats and shipping them in libraries

0 comments on commit 0890e17

Please sign in to comment.