File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,6 @@ name: Unit tests
3
3
on :
4
4
workflow_call :
5
5
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 : " "
14
6
linux_5_10_enabled :
15
7
type : boolean
16
8
description : " Boolean to enable the Linux 5.10 Swift version matrix job. Defaults to true."
61
53
matrix :
62
54
# We are specifying only the major and minor of the docker images to automatically pick up the latest patch release
63
55
swift :
64
- - image : " swift:5.9-jammy"
65
- swift_version : " 5.9"
66
- enabled : ${{ inputs.linux_5_9_enabled }}
67
56
- image : " swift:5.10-jammy"
68
57
swift_version : " 5.10"
69
58
enabled : ${{ inputs.linux_5_10_enabled }}
95
84
env :
96
85
SWIFT_VERSION : ${{ matrix.swift.swift_version }}
97
86
COMMAND : " swift test"
98
- COMMAND_OVERRIDE_5_9 : " swift test ${{ inputs.linux_5_9_arguments_override }} "
87
+ COMMAND_OVERRIDE_5_9 : " "
99
88
COMMAND_OVERRIDE_5_10 : " swift test ${{ inputs.linux_5_10_arguments_override }}"
100
89
COMMAND_OVERRIDE_6_0 : " swift test ${{ inputs.linux_6_0_arguments_override }}"
101
90
COMMAND_OVERRIDE_6_1 : " swift test ${{ inputs.linux_6_1_arguments_override }}"
You can’t perform that action at this time.
0 commit comments