Skip to content

Commit

Permalink
Merge pull request #2 from kantorm/add-missing-param-to-ios-build-job
Browse files Browse the repository at this point in the history
Use project_type in ios_build_and_test job
  • Loading branch information
matt-oakes authored Jun 3, 2019
2 parents 88a0095 + e262df8 commit aa58d0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jobs/ios_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ steps:
device: <<parameters.device>>
build_configuration: <<parameters.build_configuration>>
scheme: <<parameters.scheme>>
project_type: <<parameters.project_type>>
- detox_test:
configuration: <<parameters.detox_configuration>>
loglevel: <<parameters.detox_loglevel>>

0 comments on commit aa58d0f

Please sign in to comment.