Skip to content

Commit 09e9d9b

Browse files
committed
typo in platform name
1 parent ebeb25a commit 09e9d9b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ jobs:
5454
path: lambdas
5555
- name: List Lambdas
5656
run: ls -alh lambdas/
57-
- name: Run macox-latest-lambda
57+
- name: Run macos-latest-lambda
5858
run: |
5959
echo "running macox-latest-lambda"
6060
ls -al lambdas/macox-latest-lambda
6161
unzip -o \
62-
lambdas/macox-latest-lambda/test-func.zip \
63-
-d /tmp/macox-latest-lambda
62+
lambdas/macos-latest-lambda/test-func.zip \
63+
-d /tmp/macos-latest-lambda
6464
docker run \
6565
-i --rm \
66-
-v /tmp/macox-latest-lambda:/var/task:ro,delegated \
66+
-v /tmp/macos-latest-lambda:/var/task:ro,delegated \
6767
lambci/lambda:provided 'test-func' '{"some": "event"}'
6868
- name: Run windows-latest-lambda
6969
run: |

0 commit comments

Comments
 (0)