We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa85b2 commit d17449bCopy full SHA for d17449b
1 file changed
.github/workflows/test.yml
@@ -44,6 +44,9 @@ jobs:
44
- name: Setup corepack
45
run: |
46
corepack enable npm
47
+ - uses: aws-actions/setup-sam@v2
48
+ with:
49
+ use-installer: true
50
- name: Install
51
52
npm ci
@@ -53,6 +56,11 @@ jobs:
53
56
54
57
cd example
55
58
npm run cdk synth
59
+ - name: Test
60
+ run: |
61
+ cd example
62
+ sam local invoke -t ./cdk.out/LambdaRubyExample.template.json RubyFunction2_7
63
+ sam local invoke -t ./cdk.out/LambdaRubyExample.template.json RubyFunction3_2
64
65
test-finish:
66
runs-on: ubuntu-latest
0 commit comments