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 7b10c12 commit 282a608Copy full SHA for 282a608
1 file changed
.github/workflows/e2e-tests.yml
@@ -52,8 +52,9 @@ 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 --no-cached
56
- run: sam build
+ - run: uname -a
+ - name: sam build
57
+ run: sam build --use-container --build-image public.ecr.aws/sam/build-java17:1.153.1-20260203234556 --no-cached
58
working-directory: ./examples
59
- name: sam deploy
60
run: sam deploy --resolve-image-repos
0 commit comments