Skip to content

Commit 78e969c

Browse files
committed
Upload node-addon-examples
1 parent 8f46bcf commit 78e969c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ jobs:
187187
- run: npm run init-macos-test-app
188188
- run: pod install --project-directory=macos
189189
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
190195
- name: Run MacOS test app
191196
# TODO: Enable release mode when the 'Bundle React Native code and images' build phase doesn't fail on CI
192197
# run: npm run test:allTests -- --mode Release

0 commit comments

Comments
 (0)