Skip to content

Commit 0547533

Browse files
committed
sam
1 parent 7420b86 commit 0547533

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr_lint_and_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
# the dependencies in a separate step
2828
working-directory: ./examples/cdk
2929
run: npm ci
30+
- name: "Setup SAM"
31+
uses: aws-actions/setup-sam@v2
32+
version: 1.49.0
3033
- name: Install SAM example packages
3134
# Since we are not managing the SAM examples with npm workspaces we install
3235
# the dependencies in a separate step

0 commit comments

Comments
 (0)