Skip to content

Commit 9bc8737

Browse files
author
Daniel Serleg
authored
Update the step.yml with summaries and test fixing (#26)
1 parent 92bc9fd commit 9bc8737

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bitrise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ workflows:
3434
test_swiftpm:
3535
envs:
3636
- SAMPLE_APP_URL: https://github.com/bitrise-io/sample-apps-ios-swiftpm.git
37-
- BITRISE_PROJECT_PATH: sample-swiftpm.xcodeproj
38-
- BITRISE_SCHEME: "sample swiftpm"
37+
- BITRISE_PROJECT_PATH: "sample-swiftpm2/sample-swiftpm2.xcodeproj"
38+
- BITRISE_SCHEME: "sample-swiftpm2"
3939
after_run:
4040
- _run_and_test_output
4141

step.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ inputs:
4040
- workdir: $BITRISE_SOURCE_DIR
4141
opts:
4242
title: "Working directory"
43-
summary: ""
43+
summary: "Working directory of the step"
4444
description: |
4545
Working directory of the step.
4646
You can leave it empty to don't change it.
@@ -49,7 +49,7 @@ inputs:
4949
- project_path: $BITRISE_PROJECT_PATH
5050
opts:
5151
title: "Project (or Workspace) path"
52-
summary: ""
52+
summary: "`.xcodeproj` or `.xcworkspace` path"
5353
description: |
5454
A `.xcodeproj` or `.xcworkspace` path, relative to
5555
the Workfing directory (if specified).
@@ -59,7 +59,7 @@ inputs:
5959
- scheme: $BITRISE_SCHEME
6060
opts:
6161
title: "Scheme name"
62-
summary: ""
62+
summary: "The Scheme to use."
6363
description: |
6464
The Scheme to use.
6565

0 commit comments

Comments
 (0)