Skip to content
Discussion options

You must be logged in to vote

Hello @Kutbi-dev,
Thanks for the details!
The reason iOS failed and Android passed seems to be because you didn't change directory before running the iOS related commands.
Instead of having to change the directory every time a script is run, you can define working_directory, every command that is defined in the scripts section will run inside that particular directory. E.g.

workflows:
  default-workflow:
    name: Default workflow
    # Specify path to the app folder like this
    working_directory: my_first_app

Kindly try this out and please share how it goes on your end.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@dam-ease
Comment options

Answer selected by dam-ease
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants