We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a317c commit b076d50Copy full SHA for b076d50
1 file changed
.github/workflows/e2e-tests.yml
@@ -52,7 +52,7 @@ jobs:
52
role-to-assume: "${{ secrets.ACTIONS_INTEGRATION_ROLE_NAME }}"
53
role-session-name: java-language-sdk-test
54
aws-region: ${{ env.AWS_REGION }}
55
- - name: sam build --use-container --build-image public.ecr.aws/sam/build-java17:1.153.1-20260203234556
+ - name: sam build --use-container --build-image public.ecr.aws/sam/build-java17:1.153.1-20260203234556 --no-cached
56
run: sam build
57
working-directory: ./examples
58
- name: sam deploy
0 commit comments