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 4d07a0e commit 32c454dCopy full SHA for 32c454d
ci/input_files/build.yaml.tpl
@@ -97,7 +97,7 @@ integration-test ({{ $runtime.name }}-{{ $runtime.arch }}):
97
before_script:
98
- *install-node
99
- EXTERNAL_ID_NAME=integration-test-externalid ROLE_TO_ASSUME=sandbox-integration-test-deployer AWS_ACCOUNT=425362996713 source ./ci/get_secrets.sh
100
- - yarn global add serverless --prefix /usr/local
+ - yarn global add serverless@^3.38.0 --prefix /usr/local
101
- cd integration_tests && yarn install && cd ..
102
script:
103
- RUNTIME_PARAM={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/run_integration_tests.sh
0 commit comments