File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,6 @@ name: Unit tests
33on :
44 workflow_call :
55 inputs :
6- linux_5_9_enabled :
7- type : boolean
8- description : " Boolean to enable the Linux 5.9 Swift version matrix job. Defaults to true."
9- default : true
10- linux_5_9_arguments_override :
11- type : string
12- description : " The arguments passed to swift test in the Linux 5.9 Swift version matrix job."
13- default : " "
146 linux_5_10_enabled :
157 type : boolean
168 description : " Boolean to enable the Linux 5.10 Swift version matrix job. Defaults to true."
6153 matrix :
6254 # We are specifying only the major and minor of the docker images to automatically pick up the latest patch release
6355 swift :
64- - image : " swift:5.9-jammy"
65- swift_version : " 5.9"
66- enabled : ${{ inputs.linux_5_9_enabled }}
6756 - image : " swift:5.10-jammy"
6857 swift_version : " 5.10"
6958 enabled : ${{ inputs.linux_5_10_enabled }}
9584 env :
9685 SWIFT_VERSION : ${{ matrix.swift.swift_version }}
9786 COMMAND : " swift test"
98- COMMAND_OVERRIDE_5_9 : " swift test ${{ inputs.linux_5_9_arguments_override }} "
87+ COMMAND_OVERRIDE_5_9 : " "
9988 COMMAND_OVERRIDE_5_10 : " swift test ${{ inputs.linux_5_10_arguments_override }}"
10089 COMMAND_OVERRIDE_6_0 : " swift test ${{ inputs.linux_6_0_arguments_override }}"
10190 COMMAND_OVERRIDE_6_1 : " swift test ${{ inputs.linux_6_1_arguments_override }}"
You can’t perform that action at this time.
0 commit comments