Skip to content

Commit 57dde1b

Browse files
committed
Update CI workflow to build NativeScript and CLI, and run tests
1 parent 04a04e8 commit 57dde1b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,10 @@ jobs:
3333
run: npm run build-metagen
3434

3535
- name: Build NativeScript
36-
run: npm run build --quickjs
36+
run: npm run build-ios
37+
38+
- name: Build CLI
39+
run: npm run build:macos-cli
40+
41+
- name: Run Tests on macOS
42+
run: npm test:macos

0 commit comments

Comments
 (0)