Skip to content

Commit 282a608

Browse files
committed
chore: run sam build in container
1 parent 7b10c12 commit 282a608

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ 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 --use-container --build-image public.ecr.aws/sam/build-java17:1.153.1-20260203234556 --no-cached
56-
run: sam build
55+
- run: uname -a
56+
- name: sam build
57+
run: sam build --use-container --build-image public.ecr.aws/sam/build-java17:1.153.1-20260203234556 --no-cached
5758
working-directory: ./examples
5859
- name: sam deploy
5960
run: sam deploy --resolve-image-repos

0 commit comments

Comments
 (0)