Skip to content

iOS Self-hosted Test

Source: workflows/ios-selfhosted-test.yml

Runner: Self-hosted

Usage

jobs:
  ios-self-hosted-test:
    uses: futuredapp/.github/.github/workflows/ios-selfhosted-test.yml@2.2.0

Inputs

Name Type Required Default Description
use_git_lfs boolean No False Whether to download Git-LFS files.
custom_values string No Custom string that can contains values specified in your workflow file. Those values will be placed into environment variable. Example: "CUSTOM-1: 1; CUSTOM-2: 2"
runner_label string No self-hosted The custom label for the self-hosted runner to use for the build job.
timeout_minutes number No 30 Job timeout in minutes

Secrets

Name Required Description
GITHUB_TOKEN_DANGER No GitHub token for Danger. Must have permissions to read and write issues and pull requests.

Internal Actions Used