We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb6036 commit 172fcabCopy full SHA for 172fcab
.github/workflows/integration_tests.yml
@@ -150,7 +150,7 @@ jobs:
150
# we check the API Gateway example as it has a dependency on Swift AWS Lambda Events
151
# this allows to test the two libraries at onece
152
# TODO : add a similar test to Swift AWS Lambda Events
153
- EXAMPLE: APIGateway
+ EXAMPLE: APIGateway
154
OUTPUT_DIR: .build/release
155
OUTPUT_FILE: ${OUTPUT_DIR}/APIGatewayLambda
156
LIBS_TO_CHECK: "libFoundation.so libFoundationInternationalization.so lib_FoundationICU.so"
@@ -171,4 +171,4 @@ jobs:
171
popd
172
173
# exit code is the opposite of the grep exit code
174
- [ $SUCCESS -eq 0 ] && exit 1 || exit 0
+ [ $SUCCESS -eq 0 ] && exit 1 || exit 0
0 commit comments