Skip to content

Commit

Permalink
Update the step.yml with summaries and test fixing (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Serleg authored Oct 2, 2020
1 parent 92bc9fd commit 9bc8737
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ workflows:
test_swiftpm:
envs:
- SAMPLE_APP_URL: https://github.com/bitrise-io/sample-apps-ios-swiftpm.git
- BITRISE_PROJECT_PATH: sample-swiftpm.xcodeproj
- BITRISE_SCHEME: "sample swiftpm"
- BITRISE_PROJECT_PATH: "sample-swiftpm2/sample-swiftpm2.xcodeproj"
- BITRISE_SCHEME: "sample-swiftpm2"
after_run:
- _run_and_test_output

Expand Down
6 changes: 3 additions & 3 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ inputs:
- workdir: $BITRISE_SOURCE_DIR
opts:
title: "Working directory"
summary: ""
summary: "Working directory of the step"
description: |
Working directory of the step.
You can leave it empty to don't change it.
Expand All @@ -49,7 +49,7 @@ inputs:
- project_path: $BITRISE_PROJECT_PATH
opts:
title: "Project (or Workspace) path"
summary: ""
summary: "`.xcodeproj` or `.xcworkspace` path"
description: |
A `.xcodeproj` or `.xcworkspace` path, relative to
the Workfing directory (if specified).
Expand All @@ -59,7 +59,7 @@ inputs:
- scheme: $BITRISE_SCHEME
opts:
title: "Scheme name"
summary: ""
summary: "The Scheme to use."
description: |
The Scheme to use.
Expand Down

0 comments on commit 9bc8737

Please sign in to comment.