Skip to content

Commit fc9c96f

Browse files
committed
fix link to script
1 parent 7f9bb20 commit fc9c96f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,5 @@ jobs:
144144
# https://github.com/actions/checkout/issues/766
145145
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
146146
- name: Check for Foundation or ICU dependency
147-
env:
148-
# we check the API Gateway example as it has a dependency on Swift AWS Lambda Events
149-
# this allows to test the two libraries at onece
150-
# TODO : add a similar test to Swift AWS Lambda Events
151-
EXAMPLE: APIGateway
152-
OUTPUT_DIR: .build/release
153-
OUTPUT_FILE: APIGatewayLambda
154-
LIBS_TO_CHECK: "libFoundation.so libFoundationInternationalization.so lib_FoundationICU.so"
155147
run: |
156-
curl -s https://raw.githubusercontent.com/swiftlang/github-workflows/refs/heads/main/.github/workflows/scripts/check-docs.sh | bash
157-
148+
curl -s https://raw.githubusercontent.com/swift-sever/swift-aws-lambda-runtime/refs/heads/main/.github/workflows/scripts/check-link-foundation.sh | bash

0 commit comments

Comments
 (0)