Skip to content

Commit

Permalink
feat: Pin sls at v3 (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve authored May 22, 2024
1 parent 0e12153 commit 3bf909e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/input_files/build.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ integration-test ({{ $runtime.name }}):
before_script:
- *install-node
- EXTERNAL_ID_NAME=integration-test-externalid ROLE_TO_ASSUME=sandbox-integration-test-deployer AWS_ACCOUNT=425362996713 source ./ci/get_secrets.sh
- yarn global add serverless --prefix /usr/local
- yarn global add serverless@^3.38.0 --prefix /usr/local
- cd integration_tests && yarn install && cd ..
script:
- RUNTIME_PARAM={{ $runtime.node_major_version }} ./scripts/run_integration_tests.sh
Expand Down

0 comments on commit 3bf909e

Please sign in to comment.