File tree Expand file tree Collapse file tree 2 files changed +32
-30
lines changed Expand file tree Collapse file tree 2 files changed +32
-30
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 && SWIFT_OPENAPI_GENERATOR_REPO_URL=file://${GITHUB_WORKSPACE} ./scripts/run-integration-test.sh"
26+
27+ example-packages :
28+ name : Example packages
29+ uses : apple/swift-nio/.github/workflows/swift_matrix.yml@main
30+ with :
31+ name : " Example packages"
32+ matrix_linux_command : " ./scripts/test-examples.sh"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments