Skip to content

Commit 4efb65f

Browse files
committed
chore: update test run command
1 parent dfd473e commit 4efb65f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/run-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
stackName="aws-lambda-rust-integ-test-$GITHUB_RUN_ID"
4747
echo "STACK_NAME=$stackName" >> "$GITHUB_OUTPUT"
4848
echo "Stack name = $stackName"
49-
sam deploy --stack-name "${stackName}" --parameter-overrides "ParameterKey=SecretToken,ParameterValue=${{ secrets.SECRET_TOKEN }}" "ParameterKey=LambdaRole,ParameterValue=${{ secrets.AWS_LAMBDA_ROLE }}" --no-confirm-changeset --no-progressbar > disable_output
49+
sam deploy --stack-name "${stackName}" --parameter-overrides "ParameterKey=SecretToken,ParameterValue=${{ secrets.SECRET_TOKEN }}" "ParameterKey=LambdaRole,ParameterValue=${{ secrets.AWS_LAMBDA_ROLE }}" --no-confirm-changeset --no-progressbar
5050
TEST_ENDPOINT=$(sam list stack-outputs --stack-name "${stackName}" --output json | jq -r '.[] | .OutputValue')
5151
echo "TEST_ENDPOINT=$TEST_ENDPOINT" >> "$GITHUB_OUTPUT"
5252
- name: run test

lambda-integration-tests/samconfig.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = 0.1
44
[default.build.parameters]
55
cached = true
66
parallel = true
7+
build_in_source = true
78

89
[default.validate.parameters]
910
lint = true

0 commit comments

Comments
 (0)