File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 test :
12- name : Amazon Linux ${{ matrix.amazonlinux }}
12+ name : Runtime ${{ matrix.runtime }}
1313 runs-on : ubuntu-latest
1414 strategy :
1515 matrix :
16- amazonlinux : ['1', '2 ']
16+ runtime : ['py38 ']
1717 defaults :
1818 run :
1919 working-directory : continous-integration
3232 - name : NPM CI
3333 run : npm ci
3434 - name : CDK Synth
35- run : npx cdk synth --app "npx ts-node index-al${{ matrix.amazonlinux }} .ts"
36- - name : Run integration test against Amazon Linux ${{ matrix.amazonlinux }} (Lambda@Python 3.x)
37- run : npm run test:integration:al ${{ matrix.amazonlinux }}
35+ run : npx cdk synth --app "npx ts-node index.ts"
36+ - name : Run integration test against Runtime ${{ matrix.runtime }}
37+ run : npm run test:integration:${{ matrix.runtime }}
You can’t perform that action at this time.
0 commit comments