Skip to content

Commit 46a317c

Browse files
committed
chore: use container to build for sam
1 parent 718616c commit 46a317c

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
role-to-assume: "${{ secrets.ACTIONS_INTEGRATION_ROLE_NAME }}"
5353
role-session-name: java-language-sdk-test
5454
aws-region: ${{ env.AWS_REGION }}
55-
- name: sam build --build-image public.ecr.aws/sam/build-java17:1.153.1-20260203234556
55+
- name: sam build --use-container --build-image public.ecr.aws/sam/build-java17:1.153.1-20260203234556
5656
run: sam build
5757
working-directory: ./examples
5858
- name: sam deploy

examples/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ COPY sdk-testing ./sdk-testing
1010
COPY sdk-integration-tests ./sdk-integration-tests
1111
COPY examples ./examples
1212

13-
# Check shell
14-
RUN /bin/sh --help
15-
1613
# Install Maven
1714
RUN apk add --no-cache maven
1815

0 commit comments

Comments
 (0)