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.
Build
Build / Test
1 parent 4941b72 commit e6bc845Copy full SHA for e6bc845
.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