Skip to content

Commit 3a11ac5

Browse files
committed
Check sanity
1 parent 729f266 commit 3a11ac5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
- run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim
7474
- run: npm ci
7575
- 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
7679
- run: npm test
7780
test-ios:
7881
if: github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name, 'Apple 🍎')

0 commit comments

Comments
 (0)