Skip to content

Commit e6bc845

Browse files
committed
Rename Build step to Build / Test
The `Build` step usually also runs tests. Rename the step’s name to reflect that.
1 parent 4941b72 commit e6bc845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ jobs:
5858
done
5959
- name: Pre-build
6060
run: ${{ inputs.pre_build_command }}
61-
- name: Build
61+
- name: Build / Test
6262
run: ${{ inputs.build_command }} ${{ (contains(matrix.swift_version, 'nightly') && inputs.swift_nightly_flags) || inputs.swift_flags }}

0 commit comments

Comments
 (0)