Skip to content

Commit 50fd74c

Browse files
authored
[CI] Fix unit test yaml file (#2915)
I messed up the indention of the `unit_tests.yml` file in a previous PR. This fixes it.
1 parent 8bcc35d commit 50fd74c

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

.github/workflows/unit_tests.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -3,46 +3,46 @@ name: Unit tests
33
on:
44
workflow_call:
55
inputs:
6-
linux_5_8_enabled:
7-
type: boolean
8-
description: "Boolean to enable the Linux 5.8 Swift version matrix job. Defaults to true."
9-
default: true
10-
linux_5_8_arguments_override:
11-
type: string
12-
description: "The arguments passed to swift test in the Linux 5.8 Swift version matrix job."
13-
default: ""
14-
linux_5_9_enabled:
15-
type: boolean
16-
description: "Boolean to enable the Linux 5.9 Swift version matrix job. Defaults to true."
17-
default: true
18-
linux_5_9_arguments_override:
19-
type: string
20-
description: "The arguments passed to swift test in the Linux 5.9 Swift version matrix job."
21-
default: ""
22-
linux_5_10_enabled:
23-
type: boolean
24-
description: "Boolean to enable the Linux 5.10 Swift version matrix job. Defaults to true."
25-
default: true
26-
linux_5_10_arguments_override:
27-
type: string
28-
description: "The arguments passed to swift test in the Linux 5.10 Swift version matrix job."
29-
default: ""
30-
linux_nightly_6_0_enabled:
31-
type: boolean
32-
description: "Boolean to enable the Linux nightly 6.0 Swift version matrix job. Defaults to true."
33-
default: true
34-
linux_nightly_6_0_arguments_override:
35-
type: string
36-
description: "The arguments passed to swift test in the Linux nightly 6.0 Swift version matrix job."
37-
default: ""
38-
linux_nightly_main_enabled:
39-
type: boolean
40-
description: "Boolean to enable the Linux nightly main Swift version matrix job. Defaults to true."
41-
default: true
42-
linux_nightly_main_arguments_override:
43-
type: string
44-
description: "The arguments passed to swift test in the Linux nightly main Swift version matrix job."
45-
default: ""
6+
linux_5_8_enabled:
7+
type: boolean
8+
description: "Boolean to enable the Linux 5.8 Swift version matrix job. Defaults to true."
9+
default: true
10+
linux_5_8_arguments_override:
11+
type: string
12+
description: "The arguments passed to swift test in the Linux 5.8 Swift version matrix job."
13+
default: ""
14+
linux_5_9_enabled:
15+
type: boolean
16+
description: "Boolean to enable the Linux 5.9 Swift version matrix job. Defaults to true."
17+
default: true
18+
linux_5_9_arguments_override:
19+
type: string
20+
description: "The arguments passed to swift test in the Linux 5.9 Swift version matrix job."
21+
default: ""
22+
linux_5_10_enabled:
23+
type: boolean
24+
description: "Boolean to enable the Linux 5.10 Swift version matrix job. Defaults to true."
25+
default: true
26+
linux_5_10_arguments_override:
27+
type: string
28+
description: "The arguments passed to swift test in the Linux 5.10 Swift version matrix job."
29+
default: ""
30+
linux_nightly_6_0_enabled:
31+
type: boolean
32+
description: "Boolean to enable the Linux nightly 6.0 Swift version matrix job. Defaults to true."
33+
default: true
34+
linux_nightly_6_0_arguments_override:
35+
type: string
36+
description: "The arguments passed to swift test in the Linux nightly 6.0 Swift version matrix job."
37+
default: ""
38+
linux_nightly_main_enabled:
39+
type: boolean
40+
description: "Boolean to enable the Linux nightly main Swift version matrix job. Defaults to true."
41+
default: true
42+
linux_nightly_main_arguments_override:
43+
type: string
44+
description: "The arguments passed to swift test in the Linux nightly main Swift version matrix job."
45+
default: ""
4646

4747
jobs:
4848
unit-tests:

0 commit comments

Comments
 (0)