Fastlane Test
Source: actions/ios-fastlane-test/action.yml
Runs Fastlane test
Usage
- uses: futuredapp/.github/.github/actions/ios-fastlane-test@2.2.0
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
github_token |
string |
No | — | GitHub token |
custom_values |
string |
No | — | Custom values |
ios_root_path |
string |
No | — | Path to iOS project root directory containing Gemfile. If not specified, uses current directory. |
custom_build_path |
string |
No | — | Path to directory containing Fastfile. If not specified, uses ios_root_path or current directory. |