Skip to content

Commit cea5b85

Browse files
authored
Merge pull request swiftlang#4 from ahoppen/build-tests
Rename `Build` step to `Build / Test`
2 parents 4941b72 + e6bc845 commit cea5b85

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)