Skip to content

Commit 9c21a2c

Browse files
committed
Call nx on CI
1 parent 868dd75 commit 9c21a2c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
with:
3939
node-version: lts/jod
4040
- run: npm ci
41-
- run: npm run build
42-
- run: npm test --workspace gyp-to-cmake --workspace cmake-rn --workspace react-native-node-api
41+
- run: npm test -- --exclude @react-native-node-api/node-addon-examples
4342

4443
test-macos:
4544
name: Run tests which requires MacOS
@@ -59,8 +58,4 @@ jobs:
5958
# Version here should match the one in React Native template and packages/cmake-rn/src/cli.ts
6059
- run: sdkmanager --install "ndk;27.1.12297006"
6160
- run: npm ci
62-
- run: npm run build
63-
- run: npm run copy-node-api-headers --workspace react-native-node-api
64-
- run: npm run build-weak-node-api --workspace react-native-node-api
65-
- run: npm run generate-weak-node-api-injector --workspace react-native-node-api
66-
- run: npm test --workspace @react-native-node-api/node-addon-examples
61+
- run: npm test

0 commit comments

Comments
 (0)