Skip to content

Commit 9361bed

Browse files
committed
Merge branch 'main' into sebsto/plugin-scaffold
2 parents 9f7b043 + 21e224e commit 9361bed

File tree

5 files changed

+399
-323
lines changed

5 files changed

+399
-323
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ExamplesMatrix
1+
name: IntegrationTests
22

33
on:
44
workflow_call:
@@ -114,7 +114,7 @@ jobs:
114114
pushd Examples/${EXAMPLE}
115115
116116
# package the example (docker and swift toolchain are installed on the GH runner)
117-
echo yes | swift package archive --allow-network-connections docker
117+
LAMBDA_USE_LOCAL_DEPS=../.. swift package archive --allow-network-connections docker
118118
119119
# did the plugin generated a Linux binary?
120120
[ -f ${OUTPUT_FILE} ]

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ let package = Package(
2828
.library(name: "AWSLambdaTesting", targets: ["AWSLambdaTesting"]),
2929
],
3030
dependencies: [
31-
.package(url: "https://github.com/apple/swift-nio.git", from: "2.72.0"),
31+
.package(url: "https://github.com/apple/swift-nio.git", from: "2.76.0"),
3232
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
3333
.package(url: "https://github.com/apple/swift-crypto.git", from: "3.9.1"),
3434
],

0 commit comments

Comments
 (0)