Skip to content

Commit 17bbdff

Browse files
committed
add sam build --debug to troubleshoot failures
1 parent 7f59c99 commit 17bbdff

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
@@ -67,7 +67,7 @@ jobs:
6767
run: mvn -B -q -Dmaven.test.skip=true install --file pom.xml
6868
- name: sam build
6969
run: | # add --no-cached if debugging sam build
70-
sam build --parameter-overrides \
70+
sam build --debug --parameter-overrides \
7171
'ParameterKey=Architecture,ParameterValue=x86_64 ParameterKey=JavaVersion,ParameterValue=java${{ matrix.java }}'
7272
working-directory: ./examples
7373
- name: sam deploy

0 commit comments

Comments
 (0)