Skip to content

Commit 4de963b

Browse files
committed
ci: deprecated al1 in integration tests
1 parent 81e242d commit 4de963b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99

1010
jobs:
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
@@ -32,6 +32,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)