Separated jobs

This commit is contained in:
yogevbd
2019-07-29 17:29:19 +03:00
parent 75da8996e4
commit caa1606ed3

View File

@@ -15,6 +15,10 @@ jobs:
- run:
name: npm install
command: npm install
test:
macos:
xcode: "10.2.1"
steps:
- run:
name: iOS unit tests
command: 'npm run test-unit-ios'