File tree 2 files changed +29
-0
lines changed
2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 24
24
linux_nightly_6_0_arguments_override : " --explicit-target-dependency-import-check error"
25
25
linux_nightly_main_arguments_override : " --explicit-target-dependency-import-check error"
26
26
27
+ integration-tests :
28
+ name : Integration Tests
29
+ # Workaround https://github.com/nektos/act/issues/1875
30
+ uses : apple/swift-nio/.github/workflows/swift_matrix.yml@main
31
+ with :
32
+ name : " Integration tests"
33
+ matrix_linux_command : " ./scripts/integration_tests.sh"
34
+
27
35
swift-6-language-mode :
28
36
name : Swift 6 Language Mode
29
37
uses : apple/swift-nio/.github/workflows/swift_6_language_mode.yml@main
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ # #===----------------------------------------------------------------------===##
3
+ # #
4
+ # # This source file is part of the SwiftAWSLambdaRuntime open source project
5
+ # #
6
+ # # Copyright (c) 2017-2018 Apple Inc. and the SwiftAWSLambdaRuntime project authors
7
+ # # Licensed under Apache License v2.0
8
+ # #
9
+ # # See LICENSE.txt for license information
10
+ # # See CONTRIBUTORS.txt for the list of SwiftAWSLambdaRuntime project authors
11
+ # #
12
+ # # SPDX-License-Identifier: Apache-2.0
13
+ # #
14
+ # #===----------------------------------------------------------------------===##
15
+
16
+ set +ex
17
+
18
+ LAMBDA_USE_LOCAL_DEPS=true swift build --package-path Examples/APIGateway
19
+ LAMBDA_USE_LOCAL_DEPS=true swift build --package-path Examples/AWSSDK
20
+ LAMBDA_USE_LOCAL_DEPS=true swift build --package-path Examples/HelloWorld
21
+ LAMBDA_USE_LOCAL_DEPS=true swift build --package-path Examples/Soto
You can’t perform that action at this time.
0 commit comments