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 f4c4246 commit 822f839Copy full SHA for 822f839
.github/workflows/pr_lint_and_test.yml
@@ -27,11 +27,10 @@ jobs:
27
# the dependencies in a separate step
28
working-directory: ./examples/cdk
29
run: npm ci
30
- - name: "Setup SAM"
+ - name: "Install SAM example packages"
31
uses: aws-actions/setup-sam@v2
32
with:
33
version: 1.49.0
34
- - name: Install SAM example packages
35
# Since we are not managing the SAM examples with npm workspaces we install
36
37
working-directory: ./examples/sam
0 commit comments