We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729f266 commit 3a11ac5Copy full SHA for 3a11ac5
.github/workflows/check.yml
@@ -73,6 +73,9 @@ jobs:
73
- run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim
74
- run: npm ci
75
- run: npm run bootstrap
76
+ # TODO: Delete me (this is just a sanity check)
77
+ - run: npx react-native-node-api help
78
+ working-directory: packages/host
79
- run: npm test
80
test-ios:
81
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Apple 🍎')
0 commit comments