Skip to content

Commit 172fcab

Browse files
committed
fix yamllint
1 parent 9eb6036 commit 172fcab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
# we check the API Gateway example as it has a dependency on Swift AWS Lambda Events
151151
# this allows to test the two libraries at onece
152152
# TODO : add a similar test to Swift AWS Lambda Events
153-
EXAMPLE: APIGateway
153+
EXAMPLE: APIGateway
154154
OUTPUT_DIR: .build/release
155155
OUTPUT_FILE: ${OUTPUT_DIR}/APIGatewayLambda
156156
LIBS_TO_CHECK: "libFoundation.so libFoundationInternationalization.so lib_FoundationICU.so"
@@ -171,4 +171,4 @@ jobs:
171171
popd
172172
173173
# exit code is the opposite of the grep exit code
174-
[ $SUCCESS -eq 0 ] && exit 1 || exit 0
174+
[ $SUCCESS -eq 0 ] && exit 1 || exit 0

0 commit comments

Comments
 (0)