We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4941b72 + e6bc845 commit cea5b85Copy full SHA for cea5b85
.github/workflows/swift_package_test.yml
@@ -58,5 +58,5 @@ jobs:
58
done
59
- name: Pre-build
60
run: ${{ inputs.pre_build_command }}
61
- - name: Build
+ - name: Build / Test
62
run: ${{ inputs.build_command }} ${{ (contains(matrix.swift_version, 'nightly') && inputs.swift_nightly_flags) || inputs.swift_flags }}
0 commit comments