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