File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 simple-tests :
2222 strategy :
2323 matrix :
24- runner : [ubuntu-latest, windows-latest, macos-latest ]
24+ runner : [ubuntu-latest, windows-latest]
2525 name : Run simple tests (${{ matrix.runner }})
2626 runs-on : ${{ matrix.runner }}
2727 steps :
3030 with :
3131 node-version : lts/jod
3232 - run : npm ci
33- - run : npm test -- --exclude @react-native-node-api/node-addon-examples
33+ - run : npx nx run-many -t test --exclude @react-native-node-api/node-addon-examples
3434 macos-tests :
3535 name : Run tests which requires MacOS
3636 runs-on : macos-latest
4949 # Version here should match the one in React Native template and packages/cmake-rn/src/cli.ts
5050 - run : sdkmanager --install "ndk;27.1.12297006"
5151 - run : npm ci
52- - run : npm test -- -p @react-native-node-api/node-addon-examples
52+ - run : npx nx run-many -t test
You can’t perform that action at this time.
0 commit comments