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 93df739 commit fe0cbfdCopy full SHA for fe0cbfd
.github/workflows/run-integration-test.yml
@@ -46,7 +46,7 @@ jobs:
46
stackName="aws-lambda-rust-integ-test-$GITHUB_RUN_ID"
47
echo "STACK_NAME=$stackName" >> "$GITHUB_OUTPUT"
48
echo "Stack name = $stackName"
49
- sam deploy --stack-name "${stackName}" --parameter-overrides "ParameterKey=SecretToken,ParameterValue=${{ secrets.SECRET_TOKEN }}" --no-confirm-changeset
+ sam deploy --stack-name "${stackName}" --parameter-overrides "ParameterKey=SecretToken,ParameterValue=${{ secrets.SECRET_TOKEN }}" --no-confirm-changeset > disable_output
50
TEST_ENDPOINT=$(sam list stack-outputs --stack-name "${stackName}" --output json | jq -r '.[] | .OutputValue')
51
echo "TEST_ENDPOINT=$TEST_ENDPOINT" >> "$GITHUB_OUTPUT"
52
- name: run test
0 commit comments