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 ebeb25a commit 09e9d9bCopy full SHA for 09e9d9b
.github/workflows/main.yml
@@ -54,16 +54,16 @@ jobs:
54
path: lambdas
55
- name: List Lambdas
56
run: ls -alh lambdas/
57
- - name: Run macox-latest-lambda
+ - name: Run macos-latest-lambda
58
run: |
59
echo "running macox-latest-lambda"
60
ls -al lambdas/macox-latest-lambda
61
unzip -o \
62
- lambdas/macox-latest-lambda/test-func.zip \
63
- -d /tmp/macox-latest-lambda
+ lambdas/macos-latest-lambda/test-func.zip \
+ -d /tmp/macos-latest-lambda
64
docker run \
65
-i --rm \
66
- -v /tmp/macox-latest-lambda:/var/task:ro,delegated \
+ -v /tmp/macos-latest-lambda:/var/task:ro,delegated \
67
lambci/lambda:provided 'test-func' '{"some": "event"}'
68
- name: Run windows-latest-lambda
69
0 commit comments