File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Main
2
+
3
+ on :
4
+ push :
5
+ branches : [main]
6
+ schedule :
7
+ - cron : " 0 8,20 * * *"
8
+
9
+ jobs :
10
+ unit-tests :
11
+ name : Unit tests
12
+ uses : apple/swift-nio/.github/workflows/unit_tests.yml@main
13
+ with :
14
+ linux_5_9_arguments_override : " --explicit-target-dependency-import-check error"
15
+ linux_5_10_arguments_override : " --explicit-target-dependency-import-check error"
16
+ linux_6_0_arguments_override : " --explicit-target-dependency-import-check error"
17
+ linux_nightly_6_0_arguments_override : " --explicit-target-dependency-import-check error"
18
+ linux_nightly_main_arguments_override : " --explicit-target-dependency-import-check error"
19
+
20
+ integration-test :
21
+ name : Integration test
22
+ uses : apple/swift-nio/.github/workflows/swift_matrix.yml@main
23
+ with :
24
+ name : " Integration test"
25
+ matrix_linux_command : " apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh"
You can’t perform that action at this time.
0 commit comments