Commit a67e34d2 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Adding os and working dir specifications to the ios jobs

1 merge request!311(Chore) filter workflows
......@@ -110,12 +110,18 @@ jobs:
#- store_artifacts:
# path: ios/test-results
ios-build-test:
macos:
xcode: "10.1"
working_directory: ~/mobile-native
steps:
- run:
name: Build release .ipa
command: fastlane buildrelease
working_directory: ios
ios-build-release:
macos:
xcode: "10.1"
working_directory: ~/mobile-native
steps:
- run:
name: Upload to crashalytics
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment