File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
- name : Pull Request
1
+ name : PR
2
2
3
3
on :
4
4
pull_request :
13
13
unacceptable_language_check_enabled : false
14
14
15
15
unit-tests :
16
- name : Checks
16
+ name : Unit tests
17
17
uses : apple/swift-nio/.github/workflows/unit_tests.yml@main
18
18
with :
19
19
linux_5_8_enabled : false
23
23
linux_nightly_main_arguments_override : " --explicit-target-dependency-import-check error"
24
24
25
25
cxx-interop :
26
- name : Checks
26
+ name : Cxx interop
27
27
uses : apple/swift-nio/.github/workflows/cxx_interop.yml@main
28
28
with :
29
29
linux_5_8_enabled : false
30
+
31
+ integration-tests :
32
+ name : Integration Tests
33
+ uses : apple/swift-nio/.github/workflows/swift_matrix.yml@main
34
+ with :
35
+ matrix_linux_5_8_enabled : false
36
+ matrix_linux_command : " apt-get update -y -q && apt-get install -y -q jq && ./scripts/run-integration-test.sh"
37
+
38
+ example-tests :
39
+ name : Example Tests
40
+ uses : apple/swift-nio/.github/workflows/swift_matrix.yml@main
41
+ with :
42
+ matrix_linux_5_8_enabled : false
43
+ matrix_linux_command : " ./scripts/test-examples.sh"
44
+
45
+ swift-6-language-mode :
46
+ name : Swift 6 Language Mode
47
+ uses : apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main
You can’t perform that action at this time.
0 commit comments