File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Expand file tree Collapse file tree 3 files changed +24
-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 :
11
11
with :
12
12
license_header_check_project_name : " SwiftOpenAPIGenerator"
13
13
unacceptable_language_check_enabled : false
14
+ shell_check_enabled : false
14
15
15
16
unit-tests :
16
- name : Checks
17
+ name : Unit tests
17
18
uses : apple/swift-nio/.github/workflows/unit_tests.yml@main
18
19
with :
19
20
linux_5_8_enabled : false
23
24
linux_nightly_main_arguments_override : " --explicit-target-dependency-import-check error"
24
25
25
26
cxx-interop :
26
- name : Checks
27
+ name : Cxx interop
27
28
uses : apple/swift-nio/.github/workflows/cxx_interop.yml@main
28
29
with :
29
30
linux_5_8_enabled : false
31
+
32
+ integration-tests :
33
+ name : Integration Tests
34
+ uses : apple/swift-nio/.github/workflows/swift_matrix.yml@main
35
+ with :
36
+ name : " Integration tests"
37
+ matrix_linux_5_8_enabled : false
38
+ matrix_linux_command : " apt-get update -y -q && apt-get install -y -q jq && ./scripts/run-integration-test.sh"
39
+
40
+ example-tests :
41
+ name : Example Tests
42
+ uses : apple/swift-nio/.github/workflows/swift_matrix.yml@main
43
+ with :
44
+ name : " Example tests"
45
+ matrix_linux_5_8_enabled : false
46
+ matrix_linux_command : " ./scripts/test-examples.sh"
47
+
48
+ swift-6-language-mode :
49
+ name : Swift 6 Language Mode
50
+ uses : apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main
You can’t perform that action at this time.
0 commit comments