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 6439cc6 commit f1ab9f5Copy full SHA for f1ab9f5
.github/workflows/pull_request.yml
@@ -32,7 +32,7 @@ jobs:
32
with:
33
name: "Integration tests"
34
examples_enabled: true
35
- matrix_linux_command: "LAMBDA_USE_LOCAL_DEPS=../.. swift build"
+ matrix_linux_command: "LAMBDA_USE_LOCAL_DEPS=.. swift build"
36
# We pass the list of examples targets here, but we can't pass an array as argument
37
# Instead, we pass a String with a valid JSON array.
38
# The workaround is mentioned here https://github.com/orgs/community/discussions/11692
0 commit comments