Skip to content

Commit b076d50

Browse files
committed
chore: --no-cached to sam build command
1 parent 46a317c commit b076d50

1 file changed

Lines changed: 1 addition & 1 deletion

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 --use-container --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 --no-cached
5656
run: sam build
5757
working-directory: ./examples
5858
- name: sam deploy

0 commit comments

Comments
 (0)