Skip to content

Commit 7343094

Browse files
committed
debug permissions
1 parent 80d99aa commit 7343094

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
path: lambdas
5555
- name: List Lambdas
56-
run: ls -alh lambdas/
56+
run: ls -alh lambdas/**/*
5757
- name: Run macos-latest-lambda
5858
run: |
5959
echo "running macos-latest-lambda"

tests/integration/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ for project in test-func test-func-dev; do
3232
# verify packaged artifact by invoking it using the lambdaci "provided" docker image
3333
unzip -o \
3434
target/lambda/"${target}"/test-func.zip \
35-
-d /tmp/lambda > /dev/null 2>&1 && \
35+
-d /tmp/lambda > /dev/null 2>&1
36+
ls -al /tmp/lambda
3637
${SLS_DOCKER_CLI:-docker} run \
3738
-i --rm \
3839
-e DOCKER_LAMBDA_USE_STDIN=1 \

0 commit comments

Comments
 (0)