Skip to content

Commit c09b4d6

Browse files
bweigelCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 86abf25 commit c09b4d6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,8 @@ npm test
6666
# Synthesize CDK stack (triggers Docker build of layer)
6767
npm run synth
6868

69-
# Run integration tests (requires Docker and SAM CLI)
70-
npm run test:integration # All tests (AL2 and AL2023)
71-
npm run test:integration:python # Python 3.10 (AL2) test
72-
npm run test:integration:node # Node 18 (AL2) test
69+
# Run integration tests (requires Docker and SAM CLI, AL2023 only)
70+
npm run test:integration # All AL2023 tests
7371
npm run test:integration:al2023 # AL2023 tests (Python 3.12 + Node.js 20)
7472
npm run test:integration:python312 # Python 3.12 (AL2023) test
7573
npm run test:integration:node20 # Node.js 20 (AL2023) test

0 commit comments

Comments
 (0)