We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f46bcf commit 78e969cCopy full SHA for 78e969c
.github/workflows/check.yml
@@ -187,6 +187,11 @@ jobs:
187
- run: npm run init-macos-test-app
188
- run: pod install --project-directory=macos
189
working-directory: apps/macos-test-app
190
+ - name: Upload node-addon-examples
191
+ uses: actions/upload-artifact@v6
192
+ with:
193
+ name: node-addon-examples
194
+ path: node_modules/@react-native-node-api/node-addon-examples
195
- name: Run MacOS test app
196
# TODO: Enable release mode when the 'Bundle React Native code and images' build phase doesn't fail on CI
197
# run: npm run test:allTests -- --mode Release
0 commit comments