Skip to content

Commit 0a2d46a

Browse files
committed
Fix npm command syntax for macOS and iOS test runs in CI workflow
1 parent ac15d0e commit 0a2d46a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: npm run build:macos-cli
4343

4444
- name: Run Tests on macOS
45-
run: npm test:macos
45+
run: npm run test:macos
4646

4747
- name: Run Tests on iOS
48-
run: npm test:ios
48+
run: npm run test:ios

0 commit comments

Comments
 (0)